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