diff options
-rw-r--r-- | pandoc.cabal | 6 |
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) |