hoauth2 1.15.0 → 1.16.0
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~wai-middleware-staticPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: wai-middleware-static
API changes (from Hackage documentation)
Files
- hoauth2.cabal +2/−2
hoauth2.cabal view
@@ -1,7 +1,7 @@ Cabal-version: 2.4 Name: hoauth2 -- http://wiki.haskell.org/Package_versioning_policy-Version: 1.15.0+Version: 1.16.0 Synopsis: Haskell OAuth2 authentication client @@ -131,7 +131,7 @@ microlens >= 0.4.0 && < 0.5, unordered-containers >= 0.2.5, wai-extra >= 3.0.21.0 && < 3.2,- wai-middleware-static >= 0.8.1 && < 0.8.4,+ wai-middleware-static >= 0.8.1 && < 0.10.0, mustache >= 2.2.3 && < 2.4.0, mtl >= 2.2.1 && < 2.3, scotty >= 0.10.0 && < 0.13,