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
This commit is contained in:
parent
13d0a0ccb9
commit
d7e5bb96a7
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ Description: Pandoc is a Haskell library for converting from one markup
|
||||||
which convert this native representation into a target
|
which convert this native representation into a target
|
||||||
format. Thus, adding an input or output format requires
|
format. Thus, adding an input or output format requires
|
||||||
only adding a reader or writer.
|
only adding a reader or writer.
|
||||||
Data-Files:
|
Data-Files:
|
||||||
-- templates
|
-- templates
|
||||||
templates/html.template, templates/docbook.template,
|
templates/html.template, templates/docbook.template,
|
||||||
templates/opendocument.template, templates/latex.template,
|
templates/opendocument.template, templates/latex.template,
|
||||||
|
@ -148,7 +148,7 @@ Library
|
||||||
if impl(ghc >= 6.10)
|
if impl(ghc >= 6.10)
|
||||||
Build-depends: base >= 4 && < 5, syb
|
Build-depends: base >= 4 && < 5, syb
|
||||||
else
|
else
|
||||||
Build-depends: base >= 3 && < 4
|
Build-depends: base >= 3 && < 4, extensible-exceptions
|
||||||
if flag(highlighting)
|
if flag(highlighting)
|
||||||
Build-depends: highlighting-kate >= 0.2.3
|
Build-depends: highlighting-kate >= 0.2.3
|
||||||
cpp-options: -D_HIGHLIGHTING
|
cpp-options: -D_HIGHLIGHTING
|
||||||
|
|
Loading…
Reference in a new issue