Skip to content

Commit 423cdc6

Browse files
Update bounds for containers.
The lower bound of `0.6.3.1` is the earliest version for which all tests pass. This version of `containers` was released on 2020-07-14.
1 parent 3e7d87f commit 423cdc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nonempty-containers.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ library
5454
aeson
5555
, base >=4.9 && <5
5656
, comonad
57-
, containers >=0.5.9
57+
, containers >=0.6.3.1 && <0.9
5858
, deepseq
5959
, invariant
6060
, nonempty-vector
@@ -84,7 +84,7 @@ test-suite nonempty-containers-test
8484
build-depends:
8585
base >=4.9 && <5
8686
, comonad
87-
, containers >=0.5.9
87+
, containers >=0.6.3.1 && <0.9
8888
, hedgehog >=1.0
8989
, hedgehog-fn >=1.0
9090
, invariant

0 commit comments

Comments
 (0)