aboutsummaryrefslogtreecommitdiff
path: root/Setup.hs
AgeCommit message (Expand)AuthorFilesLines
2011-01-10Changed test-pandoc to use test-framework and HUnit.Nathan Gass1-1/+1
2010-12-15Added 'tests' Cabal flag.John MacFarlane1-9/+16
2010-12-07Improved process to create man page from README.John MacFarlane1-3/+5
2010-03-22Setup.hs: Don't assume that the build directory is "dist."John MacFarlane1-9/+10
2010-02-06Removed html2markdown and hsmarkdown.fiddlosopher1-2/+2
2010-01-17Setup: Made man page building sensitive to build verbosity.fiddlosopher1-5/+6
2010-01-17Setup.hs : -Wall and hlint cleanup.fiddlosopher1-10/+13
2010-01-14Setup.hs: improved detection of highlighting support in test hook.fiddlosopher1-6/+4
2010-01-12Setup.hs: Install wrapper scripts into cabal bin directory.fiddlosopher1-13/+23
2010-01-12Setup.hs: install manpages to mandir.fiddlosopher1-4/+33
2009-12-31Changed Setup.hs so it can build man pages again.fiddlosopher1-1/+2
2009-07-03Fixed lhs test cases.fiddlosopher1-1/+1
2009-02-27Setup.hs: replace readProcess with something more portable.fiddlosopher1-4/+7
2009-02-26Made Setup.hs compatible with Cabal < 1.6.fiddlosopher1-6/+5
2009-02-14Check to see if highlighting supported and run lhs tests if it is.fiddlosopher1-2/+7
2008-10-27Fixed Setup.hs so correct status is returned after build.fiddlosopher1-13/+13
2008-09-22Have "runhaskell Setup test" return an error status if tests fail.fiddlosopher1-2/+1
2008-09-04Reworked Text.Pandoc.ODT to use zip-archive instead of calling external 'zip'.fiddlosopher1-29/+0
2008-08-27Removed PDF writer from core pandoc, restored markdown2pdf.fiddlosopher1-1/+1
2008-08-14Simplified and improved UTF8 handling:fiddlosopher1-1/+1
2008-08-10Use -S option when building man pages in Setup.hs.fiddlosopher1-1/+1
2008-08-10Removed markdown2pdf and all references to it.fiddlosopher1-1/+1
2008-08-09Moved more of the build process from Makefile to Setup.hs:fiddlosopher1-18/+58
2008-08-09Added preconfigure hook to build reference.odt if missing.fiddlosopher1-6/+41
2008-08-09Rewrote test suite so it doesn't depend on perl or unix tools.fiddlosopher1-1/+11
2008-08-01Simplified build process using template haskell.fiddlosopher1-68/+1
2008-07-31Compatibility fixes for CPP, Cabal, and haddock:fiddlosopher1-2/+2
2008-07-31Setup.hs: Use simpleUserHooks rather than deprecated defaultUserHooks.fiddlosopher1-3/+1
2008-07-31Simplified Setup.hs by removing PostClean hooks.fiddlosopher1-15/+1
2008-07-31Use CPP to simplify build procedure for Highlighting.hs module.fiddlosopher1-9/+0
2008-02-09Renamed default headers with .header extension; have Setup.hs look for these.fiddlosopher1-2/+2
2008-02-09Added build option for syntax highlighting, with *optional* dependency on hig...fiddlosopher1-1/+10
2008-02-09Modified Setup.hs with new location for DefaultHeaders.hs.fiddlosopher1-2/+4
2008-02-09Moved Text.Pandoc.Writers.DefaultHeaders -> Text.Pandoc.DefaultHeaders.fiddlosopher1-1/+1
2008-02-09Incorporated templates phase into Setup.hs and improved templates.fiddlosopher1-1/+83
2007-09-03* The previous fix was wrong. Apply a proper fix and cross the fingers. :-)roktas1-1/+0
2007-09-03* Urgent fix to address the following issue:roktas1-0/+1
2006-10-28Merge trunk with ghc66-branch.roktas1-1/+1
2006-10-17initial importfiddlosopher1-0/+2