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