aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-07-13 23:37:21 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-07-13 23:37:21 +0200
commit3a36441b617b9dff632eda0ac14ca26072e0730b (patch)
tree5764066d50c283ae5e1f91961732a1f657b06145 /pandoc.cabal
parent247257ed3e19fe4100c75bd9c8755e0c6db290af (diff)
downloadpandoc-3a36441b617b9dff632eda0ac14ca26072e0730b.tar.gz
Use foldrWithKey instead of deprecated foldWithKey.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index dd92690ce..2734dcb02 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -283,7 +283,7 @@ Flag old-locale
Library
Build-Depends: base >= 4.7 && < 5,
syb >= 0.1 && < 0.8,
- containers >= 0.1 && < 0.6,
+ containers >= 0.4.2.1 && < 0.6,
unordered-containers >= 0.2 && < 0.3,
parsec >= 3.1 && < 3.2,
mtl >= 2.2 && < 2.3,
@@ -546,7 +546,7 @@ Test-Suite test-pandoc
tasty-quickcheck >= 0.8 && < 0.9,
tasty-golden >= 2.3 && < 2.4,
QuickCheck >= 2.4 && < 2.11,
- containers >= 0.1 && < 0.6,
+ containers >= 0.4.2.1 && < 0.6,
executable-path >= 0.0 && < 0.1,
zip-archive >= 0.2.3.4 && < 0.4,
mtl >= 2.2 && < 2.3