Skip to content

Commit

Permalink
Raise version bounds for containers (#60)
Browse files Browse the repository at this point in the history
We need `--allow-newer` to actually use that version, so we only test it
in `HEAD.hackage`.
  • Loading branch information
DigitalBrains1 authored Feb 25, 2024
1 parent 6bd2fee commit de4216f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .ci/cabal.project.local-upper
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,9 @@ constraints:
ghc-prim installed,
integer-gmp installed,
template-haskell installed

allow-newer:
containers,

constraints:
containers == 0.7,
2 changes: 1 addition & 1 deletion docopt.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ library

build-depends: base >= 4.9 && < 5.0,
parsec >= 3.1.14 && < 3.2,
containers >= 0.6.2 && < 0.7,
containers >= 0.6.2 && < 0.8,
template-haskell >= 2.11.0 && < 2.22

ghc-options: -Wall -Wno-name-shadowing
Expand Down

0 comments on commit de4216f

Please sign in to comment.