summaryrefslogtreecommitdiff
path: root/Setup.hs
Commit message (Expand)AuthorAge
* update years in copyrightKolen Cheung2017-10-26
* Removed unused imports from Setup.hs.John MacFarlane2017-04-03
* Revert "Revert "Use file-embed instead of hsb2hs to embed data files.""John MacFarlane2017-04-02
* Revert "Use file-embed instead of hsb2hs to embed data files."John MacFarlane2017-03-26
* Revert "Setup.hs - removed unneeded imports."John MacFarlane2017-03-26
* Setup.hs - removed unneeded imports.John MacFarlane2017-03-26
* Use file-embed instead of hsb2hs to embed data files.John MacFarlane2017-03-26
* Setup.hs - removed some unneeded imports.John MacFarlane2016-10-18
* Setup.hs: rewrite so as not to use process, directory, filepath.John MacFarlane2015-10-09
* Setup.hs: better version detection in older hsb2hs.John MacFarlane2015-07-06
* Make cabal require hsb2hs >= 0.3.1.John MacFarlane2015-07-05
* Setup.hs: Don't require hsb2hs unless embed_data_files flag specified.John MacFarlane2015-07-03
* Added pandoc.1 to repository. Don't build as part of cabal build.John MacFarlane2015-07-02
* Make copying of man pages respect --destdir.John MacFarlane2015-07-02
* Setup.hs: ensure target directory is created when installing man page.John MacFarlane2015-07-02
* Install man pages as part of cabal 'copy' phase.John MacFarlane2015-07-01
* Generate man page in cabal build process and include in data/.John MacFarlane2015-07-01
* New method for producing man pages.John MacFarlane2015-06-28
* Better fix for #2187.John MacFarlane2015-05-28
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* Always build man pages. Removed make-pandoc-man-pages flag.John MacFarlane2015-03-28
* Create reference files from unpacked archives with helper programNikolay Yakimov2015-03-28
* Setup.hs: ensure make-man-pages not installed in bindir.John MacFarlane2014-08-13
* Simplified Setup.hs.John MacFarlane2014-08-13
* Removed special testHook from Setup.John MacFarlane2014-08-13
* no need to hide 'catch'Michael Thompson2014-05-17
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* Pass the buildDir as first argument to test suite.John MacFarlane2013-10-20
* Revert "Setup.hs: Better way of handling man page building."John MacFarlane2013-10-08
* Setup.hs: Better way of handling man page building.John MacFarlane2013-10-06
* Use hsb2hs preprocessor instead of TH for embed_data_files.John MacFarlane2013-01-23
* Use LBI buildDir instead of hardcoded "dist" </> "build".Clint Adams2012-11-07
* Moved man page creation out of Setup.hs.John MacFarlane2012-10-15
* Removed unneeded function from Setup.hs.John MacFarlane2012-10-15
* WhitespaceJohn MacFarlane2012-10-15
* Setup: getModificationTime returns UTCTime as of GHC 7.6Ben Gamari2012-09-21
* Integrated test suite with cabal.John MacFarlane2012-07-26
* Use catch from Control.Exception to avoid warnings.John MacFarlane2012-07-24
* Fixed permissions on installed man pages.John MacFarlane2012-03-09
* Removed markdown2pdf and documentation.John MacFarlane2012-01-20
* Setup: Making man pages now works with cabal-dev.John MacFarlane2011-12-19
* Setup.hs: Added a 5 second timeout for test cases.John MacFarlane2011-02-04
* Setup.hs: Don't call MakeManPage.hs unless the man pages need making.John MacFarlane2011-01-31
* Refactored man pages.John MacFarlane2011-01-28
* Setup.hs: Only make pandoc.1 if README modified, be more verbose.John MacFarlane2011-01-16
* Merge branch 'master' into testsJohn MacFarlane2011-01-12
|\
| * Setup.hs: -Wall clean.John MacFarlane2011-01-11
* | Improvements to test suite.John MacFarlane2011-01-12
* | Changed test-pandoc to use test-framework and HUnit.Nathan Gass2011-01-10
|/
* Added 'tests' Cabal flag.John MacFarlane2010-12-15