Skip to content

Commit

Permalink
Replace the unmaintained cryptonite with crypton (#68)
Browse files Browse the repository at this point in the history
* Replace the unmaintained cryptonite with crypton

* Add extra deps
  • Loading branch information
gpampara authored Nov 8, 2024
1 parent b6afe9f commit 4b836fc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion servant-hmac-auth.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions stack-9.0.2.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
resolver: lts-19.33
extra-deps:
- crypton-1.0.1@sha256:f41316fbc6ad878396e476355e27b70ac35c344d74e3eefafe709e03b192be9e,14527
2 changes: 2 additions & 0 deletions stack-9.2.8.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
resolver: lts-20.26
extra-deps:
- crypton-1.0.1@sha256:f41316fbc6ad878396e476355e27b70ac35c344d74e3eefafe709e03b192be9e,14527

0 comments on commit 4b836fc

Please sign in to comment.