aboutsummaryrefslogtreecommitdiff
path: root/Setup.hs
AgeCommit message (Expand)Author
2012-11-07Use LBI buildDir instead of hardcoded "dist" </> "build".Clint Adams
2012-10-15Moved man page creation out of Setup.hs.John MacFarlane
2012-10-15Removed unneeded function from Setup.hs.John MacFarlane
2012-10-15WhitespaceJohn MacFarlane
2012-09-21Setup: getModificationTime returns UTCTime as of GHC 7.6Ben Gamari
2012-07-26Integrated test suite with cabal.John MacFarlane
2012-07-24Use catch from Control.Exception to avoid warnings.John MacFarlane
2012-03-09Fixed permissions on installed man pages.John MacFarlane
2012-01-20Removed markdown2pdf and documentation.John MacFarlane
2011-12-19Setup: Making man pages now works with cabal-dev.John MacFarlane
2011-02-04Setup.hs: Added a 5 second timeout for test cases.John MacFarlane
2011-01-31Setup.hs: Don't call MakeManPage.hs unless the man pages need making.John MacFarlane
2011-01-28Refactored man pages.John MacFarlane
2011-01-16Setup.hs: Only make pandoc.1 if README modified, be more verbose.John MacFarlane
2011-01-12Merge branch 'master' into testsJohn MacFarlane
2011-01-12Improvements to test suite.John MacFarlane
2011-01-11Setup.hs: -Wall clean.John MacFarlane
2011-01-10Changed test-pandoc to use test-framework and HUnit.Nathan Gass
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