aboutsummaryrefslogtreecommitdiff
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 12:29:32 +0200
commit197057d07a1c646095bd7199d0de96f24b2273ff (patch)
tree212a29c48bf7054ff91df4a40b8b09b5758046a1
parentfa89b060f01d762b0f7b9def5cca5876f9a302db (diff)
haddock-library: Bump bounds for containers
-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