From 8a057e77affc16bf477faa0983529229c11bce68 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Tue, 6 Nov 2007 00:07:17 +0000 Subject: Modified build procedure to allow compilation with GHC 6.8: + pandoc.cabal now uses Cabal configurations and requires Cabal >=1.2. + An alternative pandoc.cabal.ghc66 is provided for those who have older versions of Cabal. + Debian build process has been modified to use pandoc.cabal.ghc66, as a temporary measure until GHC 6.8 gets into debian unstable. + INSTALL instructions have been updated. + Makefile has been updated to accommodate changes in pandoc.cabal. + pandoc.cabal.ghc68 has been removed, since the default version now works with GHC 6.8. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1066 788f1e2b-df1e-0410-8736-df70ead52e1b --- debian/changelog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 92aed42e0..a19e92c12 100644 --- a/debian/changelog +++ b/debian/changelog @@ -117,6 +117,10 @@ pandoc (0.45) unstable; urgency=low * Removed 'version' constant from Main.hs; added 'pandocVersion' to Text.Pandoc library. + * Modified Makefile to work with Cabal configurations and GHC 6.8. + Provide pandoc.cabal.ghc66 for people who are still using older + versions of Cabal, which don't support configurations. + * Fixed MacPorts Portfile: + Modified to install the pandoc library in addition to programs. @@ -134,6 +138,10 @@ pandoc (0.45) unstable; urgency=low [ Recai Oktaş ] + * Revised debian/rules to use pandoc.cabal.ghc66, as a transition + measure until GHC 6.8 gets into debian. Modified debian/control + to require GHC 6.6, as a safety measure. + * Makefile: fix the issue of having two copies of the library documentation under some usage scenarios. -- cgit v1.2.3