hoauth2-tutorial 0.6.0 → 0.7.0
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~hoauth2
Dependency ranges changed: hoauth2
Files
- hoauth2-tutorial.cabal +2/−2
hoauth2-tutorial.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: hoauth2-tutorial-version: 0.6.0+version: 0.7.0 synopsis: Tutorial for using hoauth2 description: Tutorial to demostrate how to use hoauth2 to implement OAuth2 flow in an web Application.@@ -26,7 +26,7 @@ , aeson >=2.0 && <2.3 , base >=4.11 && <5 , bytestring >=0.9 && <0.13- , hoauth2 >=2.9 && <2.13+ , hoauth2 >=2.9 && <2.14 , http-conduit >=2.1 && <2.4 , http-types >=0.11 && <0.13 , scotty >=0.10 && <0.13