Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-15 | make-pandoc-man-pages: Use MIN_VERSION macro rather than checking GHC version. | John MacFarlane | 1 | -1/+1 | |
This is more reliable, since directory 1.2.0.1 can be used with GHC < 1.7.6. | |||||
2012-10-15 | Moved man page creation out of Setup.hs. | John MacFarlane | 1 | -0/+98 | |
* MakeManPage.hs has been transformed into man/make-pandoc-man-pages.hs. * There is now a cabal stanza for this, so the dependencies are handled by cabal. * Special treatment in Setup.hs ensures that this never gets installed; it is built and used to create the man pages. * Setup.hs cleaned up. |