Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecates cryptonite by crypton #246

Merged
merged 1 commit into from
Mar 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading