servant-auth-token-acid 0.5.2.0 → 0.5.3.0
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~servant-server
Dependency ranges changed: servant-server
Files
- CHANGELOG.md +5/−0
- servant-auth-token-acid.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,8 @@+0.5.3.0+=======++* Support `servant-0.13`.+ 0.5.2.0 =======
servant-auth-token-acid.cabal view
@@ -1,5 +1,5 @@ name: servant-auth-token-acid-version: 0.5.2.0+version: 0.5.3.0 synopsis: Acid-state backend for servant-auth-token server description: Please see README.md homepage: https://github.com/ncrashed/servant-auth-token#readme@@ -33,7 +33,7 @@ , safecopy >= 0.9 && < 0.10 , servant-auth-token >= 0.5 && < 0.6 , servant-auth-token-api >= 0.5 && < 0.6- , servant-server >= 0.9 && < 0.13+ , servant-server >= 0.9 && < 0.14 , template-haskell >= 2.11 && < 2.13 , text >= 1.2 && < 1.3 , time >= 1.5 && < 1.9