Skip to content

Commit

Permalink
Deprecates cryptonite by crypton
Browse files Browse the repository at this point in the history
- upgrade jose-jwt-0.10 which depends crypton
- change depends cryptonite to crypton-0.32

fixes #188
  • Loading branch information
freizl committed Mar 7, 2024
1 parent 80ba504 commit e7b2ec1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
packages: */*.cabal
index-state: 2024-01-13T01:06:06Z
index-state: 2024-03-07T01:16:36Z

-- TODO: doesn't seem work unless add to ~/.cabal/config
extra-include-dirs: /opt/homebrew/opt/openssl@3/include
Expand Down
2 changes: 1 addition & 1 deletion hoauth2-demo/hoauth2-demo.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ executable hoauth2-demo
, hoauth2-providers >=0.3 && <0.7
, http-conduit >=2.1 && <2.4
, http-types >=0.11 && <0.13
, jose-jwt >=0.9.4 && <0.10
, jose-jwt >=0.10 && <0.11
, mustache >=2.2.3 && <2.5.0
, parsec >=3.1.11 && <3.2.0
, scotty >=0.10.0 && <0.13
Expand Down
4 changes: 2 additions & 2 deletions hoauth2-providers/hoauth2-providers.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ library
, base >=4.11 && <5
, bytestring >=0.9 && <0.13
, containers ^>=0.6
, cryptonite >=0.30 && <0.31
, crypton ^>=0.32
, hoauth2 >=2.9 && <2.13
, HsOpenSSL >=0.11 && <0.12
, http-conduit >=2.1 && <2.4
, http-types >=0.11 && <0.13
, jose-jwt >=0.9.4 && <0.10
, jose-jwt >=0.10 && <0.11
, mtl >=2.0 && <2.4
, text >=2.0 && <2.3
, time >=1.12 && <1.13
Expand Down
2 changes: 1 addition & 1 deletion hoauth2/hoauth2.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ library
, binary >=0.8 && <0.11
, bytestring >=0.9 && <0.13
, containers >=0.6 && <0.8
, cryptonite ^>=0.30
, crypton ^>=0.32
, data-default ^>=0.7
, exceptions >=0.8.3 && <0.11
, http-conduit >=2.1 && <2.4
Expand Down

0 comments on commit e7b2ec1

Please sign in to comment.