From de4216fbacb6c95e223429ae62a11fc2ab82c4b3 Mon Sep 17 00:00:00 2001 From: Peter Lebbing Date: Sun, 25 Feb 2024 13:19:44 +0100 Subject: [PATCH] Raise version bounds for `containers` (#60) We need `--allow-newer` to actually use that version, so we only test it in `HEAD.hackage`. --- .ci/cabal.project.local-upper | 6 ++++++ docopt.cabal | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.ci/cabal.project.local-upper b/.ci/cabal.project.local-upper index 21cb0f8..1f6bd88 100644 --- a/.ci/cabal.project.local-upper +++ b/.ci/cabal.project.local-upper @@ -35,3 +35,9 @@ constraints: ghc-prim installed, integer-gmp installed, template-haskell installed + +allow-newer: + containers, + +constraints: + containers == 0.7, diff --git a/docopt.cabal b/docopt.cabal index c047287..cc5c34f 100644 --- a/docopt.cabal +++ b/docopt.cabal @@ -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