aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index dfa5e91b3..0339a97fe 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -155,7 +155,7 @@ Library
bytestring >= 0.9, zip-archive >= 0.1.1,
utf8-string >= 0.3, old-time >= 1
if impl(ghc >= 6.10)
- Build-depends: base >= 4, syb
+ Build-depends: base >= 4 && < 5, syb
else
Build-depends: base >= 3 && < 4
if flag(highlighting)