From affc6ce739b1f71e6b0dbc16bbd095e921c639e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gary=20Pampar=C3=A0?= Date: Fri, 8 Nov 2024 10:54:08 +0200 Subject: [PATCH 1/2] Replace the unmaintained cryptonite with crypton --- servant-hmac-auth.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servant-hmac-auth.cabal b/servant-hmac-auth.cabal index d301d6d..1055743 100644 --- a/servant-hmac-auth.cabal +++ b/servant-hmac-auth.cabal @@ -72,7 +72,7 @@ library , bytestring ^>= 0.10 || ^>= 0.11 || ^>= 0.12 , case-insensitive ^>= 1.2 , containers >= 0.5.7 && < 0.8 - , cryptonite >= 0.25 && < 0.31 + , crypton >= 0.31 && < 2.0 , http-types ^>= 0.12 , http-client >= 0.6.4 && < 0.8 , memory >= 0.15 && < 0.19 From ba773a5a166bbcde02d7bcef0541944c4560c532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gary=20Pampar=C3=A0?= Date: Fri, 8 Nov 2024 13:10:49 +0200 Subject: [PATCH 2/2] Add extra deps --- stack-9.0.2.yaml | 2 ++ stack-9.2.8.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/stack-9.0.2.yaml b/stack-9.0.2.yaml index f9994e6..84c29e9 100644 --- a/stack-9.0.2.yaml +++ b/stack-9.0.2.yaml @@ -1 +1,3 @@ resolver: lts-19.33 +extra-deps: +- crypton-1.0.1@sha256:f41316fbc6ad878396e476355e27b70ac35c344d74e3eefafe709e03b192be9e,14527 diff --git a/stack-9.2.8.yaml b/stack-9.2.8.yaml index fc9172f..e2402d9 100644 --- a/stack-9.2.8.yaml +++ b/stack-9.2.8.yaml @@ -1 +1,3 @@ resolver: lts-20.26 +extra-deps: +- crypton-1.0.1@sha256:f41316fbc6ad878396e476355e27b70ac35c344d74e3eefafe709e03b192be9e,14527