diff --git a/package.yaml b/package.yaml index fa23345..dcff513 100644 --- a/package.yaml +++ b/package.yaml @@ -26,8 +26,8 @@ library: source-dirs: src dependencies: - aeson >=0.6 && <1.6 - - bytestring >=0.9.1.4 - - cryptonite >=0.25 && <0.28 + - bytestring >=0.9.1.4 && < 0.12 + - cryptonite >=0.25 && <0.29 - errors - hoauth2 >=1.11.0 && <1.17 - http-client >=0.4.0 && <0.8 @@ -53,7 +53,7 @@ executables: - yesod-auth-oauth2 - aeson >=0.6 && <1.6 - aeson-pretty - - bytestring >=0.9.1.4 + - bytestring >=0.9.1.4 && < 0.12 - containers - http-conduit >=2.0 && <3.0 - load-env diff --git a/yesod-auth-oauth2.cabal b/yesod-auth-oauth2.cabal index f848c06..aee980e 100644 --- a/yesod-auth-oauth2.cabal +++ b/yesod-auth-oauth2.cabal @@ -4,7 +4,7 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: a48bcec60db26dacb925a1706d7ce16291553c16ca0a4370ed20445d461d9c2a +-- hash: 246d2ae1541d25b074682a55dd9504366d1632ce85d8b60cfdfb99560bc367bc name: yesod-auth-oauth2 version: 0.6.2.2 @@ -63,8 +63,8 @@ library build-depends: aeson >=0.6 && <1.6 , base >=4.9.0.0 && <5 - , bytestring >=0.9.1.4 - , cryptonite >=0.25 && <0.28 + , bytestring >=0.9.1.4 && <0.12 + , cryptonite >=0.25 && <0.29 , errors , hoauth2 >=1.11.0 && <1.17 , http-client >=0.4.0 && <0.8 @@ -90,7 +90,7 @@ executable yesod-auth-oauth2-example aeson >=0.6 && <1.6 , aeson-pretty , base >=4.9.0.0 && <5 - , bytestring >=0.9.1.4 + , bytestring >=0.9.1.4 && <0.12 , containers , http-conduit >=2.0 && <3.0 , load-env