servant-auth-swagger 0.2.6.0 → 0.2.6.1
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~QuickCheckPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck
API changes (from Hackage documentation)
Files
- package.yaml +2/−2
- servant-auth-swagger.cabal +2/−2
package.yaml view
@@ -1,5 +1,5 @@ name: servant-auth-swagger-version: 0.2.6.0+version: 0.2.6.1 synopsis: servant-swagger/servant-auth compatibility description: Please see README.md homepage: http://github.com/plow-technologies/servant-auth#readme@@ -60,7 +60,7 @@ - servant-auth-swagger - yaml - hspec > 2 && < 3- - QuickCheck >= 2.8 && < 2.9+ - QuickCheck >= 2.8 && < 2.10 doctest: main: Doctest.hs source-dirs: test
servant-auth-swagger.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: servant-auth-swagger-version: 0.2.6.0+version: 0.2.6.1 synopsis: servant-swagger/servant-auth compatibility description: Please see README.md category: Web, Servant, Authentication@@ -83,7 +83,7 @@ , servant-auth-swagger , yaml , hspec > 2 && < 3- , QuickCheck >= 2.8 && < 2.9+ , QuickCheck >= 2.8 && < 2.10 other-modules: Doctest Servant.Auth.SwaggerSpec