aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-05-31 21:18:39 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2015-05-31 21:18:39 +0200
commita75998ba2427618a331e44ab87c8ddfb30e36b74 (patch)
tree5dd89910d30718ae936cb73d0adc11b1435dd3b9
parent3534ad366667a98c7bec05ee2df224d51def06b5 (diff)
downloadpandoc-a75998ba2427618a331e44ab87c8ddfb30e36b74.tar.gz
Allow compilation with syb 0.5.*.
-rw-r--r--pandoc.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 43e24c22c..27d933411 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -234,7 +234,7 @@ Flag old-locale
Library
Build-Depends: base >= 4.2 && <5,
- syb >= 0.1 && < 0.5,
+ syb >= 0.1 && < 0.6,
containers >= 0.1 && < 0.6,
unordered-containers >= 0.2 && < 0.3,
array >= 0.3 && < 0.6,
@@ -440,7 +440,7 @@ Test-Suite test-pandoc
Main-Is: test-pandoc.hs
Hs-Source-Dirs: tests
Build-Depends: base >= 4.2 && < 5,
- syb >= 0.1 && < 0.5,
+ syb >= 0.1 && < 0.6,
pandoc,
pandoc-types >= 1.12.4 && < 1.13,
bytestring >= 0.9 && < 0.11,
@@ -491,7 +491,7 @@ benchmark benchmark-pandoc
Hs-Source-Dirs: benchmark
Build-Depends: pandoc,
base >= 4.2 && < 5,
- syb >= 0.1 && < 0.5,
+ syb >= 0.1 && < 0.6,
criterion >= 0.5 && < 1.1
Ghc-Options: -rtsopts -Wall -fno-warn-unused-do-bind
Default-Language: Haskell98