aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-10-17 17:30:14 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-10-17 17:30:14 -0700
commitebdb2deb0d1d71cf1d7f490fe0e2938d2d7f4d74 (patch)
tree1e142de1666ce924abbb2b46166c5af23cab0163 /pandoc.cabal
parentf48960b75fe2d7ae532ec17a060109c92b893f57 (diff)
downloadpandoc-ebdb2deb0d1d71cf1d7f490fe0e2938d2d7f4d74.tar.gz
Updated version bounds for containers and haddock-library.
Allow haddock-library 1.7 and containers 0.6.*. Closes #4974.
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 2c19d73e7..ca2a7b275 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -343,7 +343,7 @@ custom-setup
library
build-depends: base >= 4.8 && < 5,
syb >= 0.1 && < 0.8,
- containers >= 0.4.2.1 && < 0.6,
+ containers >= 0.4.2.1 && < 0.7,
unordered-containers >= 0.2 && < 0.3,
parsec >= 3.1 && < 3.2,
mtl >= 2.2 && < 2.3,
@@ -377,7 +377,7 @@ library
hslua-module-text >= 0.2 && < 0.3,
binary >= 0.5 && < 0.10,
SHA >= 1.6 && < 1.7,
- haddock-library >= 1.6 && < 1.7,
+ haddock-library >= 1.7 && < 1.8,
deepseq >= 1.3 && < 1.5,
JuicyPixels >= 3.1.6.1 && < 3.4,
Glob >= 0.7 && < 0.10,
@@ -629,7 +629,7 @@ test-suite test-pandoc
tasty-quickcheck >= 0.8 && < 0.11,
tasty-golden >= 2.3 && < 2.4,
QuickCheck >= 2.4 && < 2.12,
- containers >= 0.4.2.1 && < 0.6,
+ containers >= 0.4.2.1 && < 0.7,
executable-path >= 0.0 && < 0.1,
zip-archive >= 0.2.3.4 && < 0.4,
xml >= 1.3.12 && < 1.4,