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
|
@ -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