aboutsummaryrefslogtreecommitdiff
path: root/Setup.hs
AgeCommit message (Expand)AuthorFilesLines
2019-01-02Removed custom Setup.hs, use build-type: simple.John MacFarlane1-37/+1
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-1/+1
2017-10-26update years in copyrightKolen Cheung1-1/+1
2017-04-03Removed unused imports from Setup.hs.John MacFarlane1-6/+2
2017-04-02Revert "Revert "Use file-embed instead of hsb2hs to embed data files.""John MacFarlane1-26/+2
2017-03-26Revert "Use file-embed instead of hsb2hs to embed data files."John MacFarlane1-2/+26
2017-03-26Revert "Setup.hs - removed unneeded imports."John MacFarlane1-2/+6
2017-03-26Setup.hs - removed unneeded imports.John MacFarlane1-6/+2
2017-03-26Use file-embed instead of hsb2hs to embed data files.John MacFarlane1-26/+2
2016-10-18Setup.hs - removed some unneeded imports.John MacFarlane1-5/+1
2015-10-09Setup.hs: rewrite so as not to use process, directory, filepath.John MacFarlane1-25/+10
2015-07-06Setup.hs: better version detection in older hsb2hs.John MacFarlane1-7/+11
2015-07-05Make cabal require hsb2hs >= 0.3.1.John MacFarlane1-0/+17
2015-07-03Setup.hs: Don't require hsb2hs unless embed_data_files flag specified.John MacFarlane1-8/+15
2015-07-02Added pandoc.1 to repository. Don't build as part of cabal build.John MacFarlane1-19/+2
2015-07-02Make copying of man pages respect --destdir.John MacFarlane1-12/+11
2015-07-02Setup.hs: ensure target directory is created when installing man page.John MacFarlane1-4/+3
2015-07-01Install man pages as part of cabal 'copy' phase.John MacFarlane1-7/+19
2015-07-01Generate man page in cabal build process and include in data/.John MacFarlane1-0/+17
2015-06-28New method for producing man pages.John MacFarlane1-18/+0
2015-05-28Better fix for #2187.John MacFarlane1-13/+2
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane1-1/+1
2015-03-28Always build man pages. Removed make-pandoc-man-pages flag.John MacFarlane1-1/+10
2015-03-28Create reference files from unpacked archives with helper programNikolay Yakimov1-5/+21
2014-08-13Setup.hs: ensure make-man-pages not installed in bindir.John MacFarlane1-1/+11
2014-08-13Simplified Setup.hs.John MacFarlane1-51/+3
2014-08-13Removed special testHook from Setup.John MacFarlane1-4/+0
2014-05-17no need to hide 'catch'Michael Thompson1-1/+0
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-0/+17
2013-10-20Pass the buildDir as first argument to test suite.John MacFarlane1-2/+8
2013-10-08Revert "Setup.hs: Better way of handling man page building."John MacFarlane1-9/+8
2013-10-06Setup.hs: Better way of handling man page building.John MacFarlane1-8/+9
2013-01-23Use hsb2hs preprocessor instead of TH for embed_data_files.John MacFarlane1-1/+17
2012-11-07Use LBI buildDir instead of hardcoded "dist" </> "build".Clint Adams1-2/+2
2012-10-15Moved man page creation out of Setup.hs.John MacFarlane1-56/+14
2012-10-15Removed unneeded function from Setup.hs.John MacFarlane1-6/+0
2012-10-15WhitespaceJohn MacFarlane1-2/+2
2012-09-21Setup: getModificationTime returns UTCTime as of GHC 7.6Ben Gamari1-0/+7
2012-07-26Integrated test suite with cabal.John MacFarlane1-14/+1
2012-07-24Use catch from Control.Exception to avoid warnings.John MacFarlane1-1/+2
2012-03-09Fixed permissions on installed man pages.John MacFarlane1-2/+2
2012-01-20Removed markdown2pdf and documentation.John MacFarlane1-19/+4
2011-12-19Setup: Making man pages now works with cabal-dev.John MacFarlane1-8/+24
2011-02-04Setup.hs: Added a 5 second timeout for test cases.John MacFarlane1-1/+1
2011-01-31Setup.hs: Don't call MakeManPage.hs unless the man pages need making.John MacFarlane1-1/+10
2011-01-28Refactored man pages.John MacFarlane1-39/+14
2011-01-16Setup.hs: Only make pandoc.1 if README modified, be more verbose.John MacFarlane1-3/+14
2011-01-12Merge branch 'master' into testsJohn MacFarlane1-3/+3
2011-01-12Improvements to test suite.John MacFarlane1-8/+3
2011-01-11Setup.hs: -Wall clean.John MacFarlane1-3/+3