diff --git a/cabal.project b/cabal.project index 5a0fa59..53e6eaa 100644 --- a/cabal.project +++ b/cabal.project @@ -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 diff --git a/hoauth2-demo/hoauth2-demo.cabal b/hoauth2-demo/hoauth2-demo.cabal index 7964ea7..0571d93 100644 --- a/hoauth2-demo/hoauth2-demo.cabal +++ b/hoauth2-demo/hoauth2-demo.cabal @@ -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 diff --git a/hoauth2-providers/hoauth2-providers.cabal b/hoauth2-providers/hoauth2-providers.cabal index d708f3f..78a6f37 100644 --- a/hoauth2-providers/hoauth2-providers.cabal +++ b/hoauth2-providers/hoauth2-providers.cabal @@ -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 diff --git a/hoauth2/hoauth2.cabal b/hoauth2/hoauth2.cabal index 63ea93d..9e36482 100644 --- a/hoauth2/hoauth2.cabal +++ b/hoauth2/hoauth2.cabal @@ -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