We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
containers
1 parent 6bd2fee commit de4216fCopy full SHA for de4216f
2 files changed
.ci/cabal.project.local-upper
@@ -35,3 +35,9 @@ constraints:
35
ghc-prim installed,
36
integer-gmp installed,
37
template-haskell installed
38
+
39
+allow-newer:
40
+ containers,
41
42
+constraints:
43
+ containers == 0.7,
docopt.cabal
@@ -42,7 +42,7 @@ library
build-depends: base >= 4.9 && < 5.0,
44
parsec >= 3.1.14 && < 3.2,
45
- containers >= 0.6.2 && < 0.7,
+ containers >= 0.6.2 && < 0.8,
46
template-haskell >= 2.11.0 && < 2.22
47
48
ghc-options: -Wall -Wno-name-shadowing
0 commit comments