Skip to content

Commit de4216f

Browse files
Raise version bounds for containers (#60)
We need `--allow-newer` to actually use that version, so we only test it in `HEAD.hackage`.
1 parent 6bd2fee commit de4216f

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.ci/cabal.project.local-upper

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,9 @@ constraints:
3535
ghc-prim installed,
3636
integer-gmp installed,
3737
template-haskell installed
38+
39+
allow-newer:
40+
containers,
41+
42+
constraints:
43+
containers == 0.7,

docopt.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ library
4242

4343
build-depends: base >= 4.9 && < 5.0,
4444
parsec >= 3.1.14 && < 3.2,
45-
containers >= 0.6.2 && < 0.7,
45+
containers >= 0.6.2 && < 0.8,
4646
template-haskell >= 2.11.0 && < 2.22
4747

4848
ghc-options: -Wall -Wno-name-shadowing

0 commit comments

Comments
 (0)