From e71348dc21e1d69db6f1aa8e3ffb3be9c8fbc20d Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Fri, 12 Jul 2024 18:34:27 +0100 Subject: [PATCH] Increase upper bound for `containers` to `<0.8` --- package.yaml | 2 +- wai-saml2.cabal | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.yaml b/package.yaml index 25a447c..e5cda5e 100644 --- a/package.yaml +++ b/package.yaml @@ -27,7 +27,7 @@ dependencies: - base64-bytestring >= 0.1 && < 2 - bytestring >= 0.9 && < 0.13 - c14n >= 0.1.0.1 && < 1 - - containers >= 0.6 && <0.7 + - containers >= 0.6 && <0.8 - crypton < 2 - data-default-class < 1 - http-types < 1 diff --git a/wai-saml2.cabal b/wai-saml2.cabal index be2e006..15ccc94 100644 --- a/wai-saml2.cabal +++ b/wai-saml2.cabal @@ -67,7 +67,7 @@ library , base64-bytestring >=0.1 && <2 , bytestring >=0.9 && <0.13 , c14n >=0.1.0.1 && <1 - , containers ==0.6.* + , containers >=0.6 && <0.8 , crypton <2 , crypton-x509 <2 , crypton-x509-store <2 @@ -102,7 +102,7 @@ test-suite parser , base64-bytestring >=0.1 && <2 , bytestring , c14n >=0.1.0.1 && <1 - , containers ==0.6.* + , containers >=0.6 && <0.8 , crypton <2 , crypton-x509 <2 , crypton-x509-store <2