summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-03-18 02:39:23 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-03-18 02:39:23 +0000
commitd7e5bb96a71336b110eca3fea2f31bb0bd5e2f91 (patch)
tree9187bc47e6d1d0a8c1161a497603b03954a6b909 /pandoc.cabal
parent13d0a0ccb9036d6f960824685aad470a41f1f08a (diff)
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
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files 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