update containers' version bound

This commit is contained in:
Harendra Kumar 2018-09-12 21:25:59 +05:30
parent 3e24dc1a97
commit 4c356cee04

View File

@ -167,7 +167,7 @@ library
build-depends: base >= 4.8 && < 5
, ghc-prim >= 0.2 && < 0.6
, containers >= 0.5 && < 0.6
, containers >= 0.5 && < 0.7
, heaps >= 0.3 && < 0.4
-- concurrency
@ -214,7 +214,7 @@ test-suite test
streamly
, base >= 4.8 && < 5
, hspec >= 2.0 && < 3
, containers >= 0.5 && < 0.6
, containers >= 0.5 && < 0.7
, transformers >= 0.4 && < 0.6
, mtl >= 2.2 && < 3
, exceptions >= 0.8 && < 0.11