aboutsummaryrefslogtreecommitdiff
path: root/haddock-library
diff options
context:
space:
mode:
authorSimon Jakobi <simon.jakobi@gmail.com>2018-07-19 12:29:32 +0200
committerSimon Jakobi <simon.jakobi@gmail.com>2018-07-19 14:58:07 +0200
commitc490796f40c9cd2d0e64741ac2c47601af374e23 (patch)
treeb29fc2e16b2e9de1451a71b59cf771002382695c /haddock-library
parentc04f44e29f38784e0e958abc683164e33f851c86 (diff)
haddock-library: Bump bounds for containers
Diffstat (limited to 'haddock-library')
-rw-r--r--haddock-library/haddock-library.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/haddock-library/haddock-library.cabal b/haddock-library/haddock-library.cabal
index df2dbf93..1fc3f772 100644
--- a/haddock-library/haddock-library.cabal
+++ b/haddock-library/haddock-library.cabal
@@ -24,7 +24,7 @@ library
build-depends:
base >= 4.5 && < 4.13
, bytestring >= 0.9.2.1 && < 0.11
- , containers >= 0.4.2.1 && < 0.6
+ , containers >= 0.4.2.1 && < 0.7
, transformers >= 0.3.0 && < 0.6
, text >= 1.2.3.0 && < 1.3
, parsec >= 3.1.13.0 && < 3.2
@@ -74,7 +74,7 @@ test-suite spec
base >= 4.5 && < 4.12
, base-compat >= 0.9.3 && < 0.11
, bytestring >= 0.9.2.1 && < 0.11
- , containers >= 0.4.2.1 && < 0.6
+ , containers >= 0.4.2.1 && < 0.7
, transformers >= 0.3.0 && < 0.6
, hspec >= 2.4.4 && < 2.6
, QuickCheck ^>= 2.11