Skip to content

Commit

Permalink
Merge pull request #60 from kokobd/master
Browse files Browse the repository at this point in the history
Switch to crypton
  • Loading branch information
krdlab committed Jul 30, 2023
2 parents 50ab4d9 + cc3e22d commit cd366b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions oidc-client.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: oidc-client
version: 0.7.0.1
version: 0.8.0.0
synopsis: OpenID Connect 1.0 library for RP
homepage: https://github.com/krdlab/haskell-oidc-client
stability: experimental
Expand Down Expand Up @@ -56,7 +56,7 @@ library
, tls >=1.3.2
, http-client-tls
, jose-jwt >=0.7
, cryptonite
, crypton
, time
if flag(network-uri)
build-depends: network-uri >=2.6, network >=2.6
Expand Down Expand Up @@ -97,7 +97,7 @@ test-suite oidc-client-spec
, aeson
, scientific
, jose-jwt
, cryptonite
, crypton
, exceptions
, time
, network-uri
Expand Down
1 change: 1 addition & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ packages:
extra-deps:
- jose-jwt-0.9.4@sha256:6cb863760068a57ebf6dcc6efc6463162e71f932fe1134a69c9c0baa5d6d13f6,3692
- scotty-cookie-0.1.0.3@sha256:3ff1df13a5acba8ba170a5ac22b3ac6a2c227791292536ce1ebfc41038f58fc9,1204
- crypton-0.33@sha256:5e92f29b9b7104d91fcdda1dec9400c9ad1f1791c231cc41ceebd783fb517dee,18202

# Override default flag values for local packages and extra-deps
flags: {}
Expand Down

0 comments on commit cd366b0

Please sign in to comment.