servant-auth-token 0.4.0.0 → 0.4.1.0
raw patch · 2 files changed
+6/−4 lines, 2 filesdep −persistentdep −persistent-postgresqldep −persistent-templatePVP ok
version bump matches the API change (PVP)
Dependencies removed: persistent, persistent-postgresql, persistent-template
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- servant-auth-token.cabal +1/−4
CHANGELOG.md view
@@ -1,3 +1,8 @@+0.4.1.0+=======++* Remove persistent dependencies from abstract package.+ 0.4.0.0 =======
servant-auth-token.cabal view
@@ -1,5 +1,5 @@ name: servant-auth-token-version: 0.4.0.0+version: 0.4.1.0 synopsis: Servant based API and server for token based authorisation description: Please see README.md homepage: https://github.com/ncrashed/servant-auth-token#readme@@ -54,9 +54,6 @@ , bytestring >= 0.10 && < 0.11 , containers >= 0.5 && < 0.6 , mtl >= 2.2 && < 2.3- , persistent >= 2.2 && < 2.7- , persistent-postgresql >= 2.2 && < 2.7- , persistent-template >= 2.1 && < 2.7 , pwstore-fast >= 2.4 && < 2.5 , servant-auth-token-api >= 0.4 && < 0.5 , servant-server >= 0.9 && < 0.10