hoauth2-demo 1.10.0 → 1.11.0
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~hoauth2dep ~hoauth2-providersdep ~jose-jwt
Dependency ranges changed: hoauth2, hoauth2-providers, jose-jwt
Files
- hoauth2-demo.cabal +4/−4
hoauth2-demo.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: hoauth2-demo-version: 1.10.0+version: 1.11.0 synopsis: hoauth2 demo application description: Demo application to test oauth2 flow with many providers using hoauth2@@ -67,11 +67,11 @@ , containers >=0.6 && <0.8 , data-default ^>=0.7 , directory ^>=1.3- , hoauth2 >=2.9 && <2.13- , hoauth2-providers >=0.3 && <0.7+ , hoauth2 >=2.9 && <2.14+ , hoauth2-providers >=0.3 && <0.8 , 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