summaryrefslogtreecommitdiff
path: root/Setup.hs
Commit message (Expand)AuthorAge
* 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
* Improved process to create man page from README.John MacFarlane2010-12-07
* Setup.hs: Don't assume that the build directory is "dist."John MacFarlane2010-03-22
* Removed html2markdown and hsmarkdown.fiddlosopher2010-02-06
* Setup: Made man page building sensitive to build verbosity.fiddlosopher2010-01-17
* Setup.hs : -Wall and hlint cleanup.fiddlosopher2010-01-17
* Setup.hs: improved detection of highlighting support in test hook.fiddlosopher2010-01-14
* Setup.hs: Install wrapper scripts into cabal bin directory.fiddlosopher2010-01-12
* Setup.hs: install manpages to mandir.fiddlosopher2010-01-12
* Changed Setup.hs so it can build man pages again.fiddlosopher2009-12-31
* Fixed lhs test cases.fiddlosopher2009-07-03
* Setup.hs: replace readProcess with something more portable.fiddlosopher2009-02-27
* Made Setup.hs compatible with Cabal < 1.6.fiddlosopher2009-02-26
* Check to see if highlighting supported and run lhs tests if it is.fiddlosopher2009-02-14
* Fixed Setup.hs so correct status is returned after build.fiddlosopher2008-10-27
* Have "runhaskell Setup test" return an error status if tests fail.fiddlosopher2008-09-22
* Reworked Text.Pandoc.ODT to use zip-archive instead of calling external 'zip'.fiddlosopher2008-09-04