From 3d9dca45329a81f7fad60097bb836da50ad5b237 Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Fri, 12 Jul 2024 15:01:41 +0100 Subject: [PATCH] Increase upper bound for `crypton` --- package.yaml | 2 +- wai-saml2.cabal | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.yaml b/package.yaml index c358ce4..25a447c 100644 --- a/package.yaml +++ b/package.yaml @@ -28,7 +28,7 @@ dependencies: - bytestring >= 0.9 && < 0.13 - c14n >= 0.1.0.1 && < 1 - containers >= 0.6 && <0.7 - - crypton < 1 + - crypton < 2 - data-default-class < 1 - http-types < 1 - mtl >= 2.2.1 && < 3 diff --git a/wai-saml2.cabal b/wai-saml2.cabal index fba9ca6..be2e006 100644 --- a/wai-saml2.cabal +++ b/wai-saml2.cabal @@ -68,7 +68,7 @@ library , bytestring >=0.9 && <0.13 , c14n >=0.1.0.1 && <1 , containers ==0.6.* - , crypton <1 + , crypton <2 , crypton-x509 <2 , crypton-x509-store <2 , data-default-class <1 @@ -103,7 +103,7 @@ test-suite parser , bytestring , c14n >=0.1.0.1 && <1 , containers ==0.6.* - , crypton <1 + , crypton <2 , crypton-x509 <2 , crypton-x509-store <2 , data-default-class <1