summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-03-06 13:06:35 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-03-06 13:06:35 -0800
commit4e2e088febaf29baeb240878ab85def336c87d49 (patch)
tree4cb9d75152067237a2aafbb55c1b4d44bbdac047 /pandoc.cabal
parent06817e11180950a2004c1268935d37223b6aef61 (diff)
Bump syb version to < 0.5.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 6494db741..b528a0339 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -211,7 +211,7 @@ Flag embed_data_files
Library
Build-Depends: base >= 4.2 && <5,
- syb >= 0.1 && < 0.4,
+ syb >= 0.1 && < 0.5,
containers >= 0.1 && < 0.6,
parsec >= 3.1 && < 3.2,
mtl >= 1.1 && < 2.2,
@@ -367,7 +367,7 @@ Test-Suite test-pandoc
Main-Is: test-pandoc.hs
Hs-Source-Dirs: tests
Build-Depends: base >= 4.2 && < 5,
- syb >= 0.1 && < 0.4,
+ syb >= 0.1 && < 0.5,
pandoc,
pandoc-types >= 1.10 && < 1.11,
bytestring >= 0.9 && < 0.11,
@@ -416,7 +416,7 @@ benchmark benchmark-pandoc
Hs-Source-Dirs: benchmark
Build-Depends: pandoc,
base >= 4.2 && < 5,
- syb >= 0.1 && < 0.4,
+ syb >= 0.1 && < 0.5,
criterion >= 0.5 && < 0.7,
json >= 0.4 && < 0.8
if impl(ghc >= 7.0.1)