From d7e5bb96a71336b110eca3fea2f31bb0bd5e2f91 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Thu, 18 Mar 2010 02:39:23 +0000 Subject: [PATCH] cabal: Depend on extensible-exception for GHC < 6.10. This, I hope, will allow pandoc to be compiled on ghc 6.8 again. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1903 788f1e2b-df1e-0410-8736-df70ead52e1b --- pandoc.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandoc.cabal b/pandoc.cabal index 400ba0dd7..53c6e7779 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -34,7 +34,7 @@ Description: Pandoc is a Haskell library for converting from one markup which convert this native representation into a target format. Thus, adding an input or output format requires only adding a reader or writer. -Data-Files: +Data-Files: -- templates templates/html.template, templates/docbook.template, templates/opendocument.template, templates/latex.template, @@ -148,7 +148,7 @@ Library if impl(ghc >= 6.10) Build-depends: base >= 4 && < 5, syb else - Build-depends: base >= 3 && < 4 + Build-depends: base >= 3 && < 4, extensible-exceptions if flag(highlighting) Build-depends: highlighting-kate >= 0.2.3 cpp-options: -D_HIGHLIGHTING