servant-auth-server 0.4.0.2 → 0.4.1.0
raw patch · 2 files changed
+2/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +1/−1
- servant-auth-server.cabal +1/−1
CHANGELOG.md view
@@ -7,7 +7,7 @@ ## [Unreleased] -## [0.4.0.2] - 2018-10-05+## [0.4.1.0] - 2018-10-05 ### Added - #125 Allow setting domain name for a cookie [@domenkozar]
servant-auth-server.cabal view
@@ -1,5 +1,5 @@ name: servant-auth-server-version: 0.4.0.2+version: 0.4.1.0 synopsis: servant-server/servant-auth compatibility description: This package provides the required instances for using the @Auth@ combinator in your 'servant' server.