aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-03-02 10:42:07 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-03-02 10:42:07 +0100
commit81028e2dced7c342a1fc0b6056b24182f85e3905 (patch)
tree1f9cf500ea5cc3c0c7711d8449eb5252da04e246 /pandoc.cabal
parentfa59e2ef28faf524d576f05eaa6c411856736ef3 (diff)
downloadpandoc-81028e2dced7c342a1fc0b6056b24182f85e3905.tar.gz
Bumped syb upper bound.
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 332765c2c..6d95affa9 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -256,7 +256,7 @@ Flag old-locale
Library
Build-Depends: base >= 4.7 && <5,
- syb >= 0.1 && < 0.7,
+ syb >= 0.1 && < 0.8,
containers >= 0.1 && < 0.6,
unordered-containers >= 0.2 && < 0.3,
array >= 0.3 && < 0.6,
@@ -495,7 +495,7 @@ Test-Suite test-pandoc
Hs-Source-Dirs: prelude
Other-Modules: Prelude
Build-Depends: base >= 4.2 && < 5,
- syb >= 0.1 && < 0.7,
+ syb >= 0.1 && < 0.8,
pandoc,
pandoc-types >= 1.17 && < 1.18,
bytestring >= 0.9 && < 0.11,
@@ -553,7 +553,7 @@ benchmark benchmark-pandoc
Build-Depends: pandoc,
time, bytestring, containers,
base >= 4.2 && < 5,
- syb >= 0.1 && < 0.7,
+ syb >= 0.1 && < 0.8,
criterion >= 1.0 && < 1.2
Ghc-Options: -rtsopts -Wall -fno-warn-unused-do-bind
Default-Language: Haskell98