servant-auth-cookie 0.6.0.2 → 0.6.0.3
raw patch · 2 files changed
+10/−5 lines, 2 filesdep ~http-types
Dependency ranges changed: http-types
Files
- CHANGELOG.md +6/−1
- servant-auth-cookie.cabal +4/−4
CHANGELOG.md view
@@ -1,6 +1,10 @@ # Change Log ## [HEAD]+## [0.6.0.3] - 2018-01-14+### Changed+- Fixed dependencies' bounds.+ ## [0.6.0.2] - 2018-01-13 ### Added - `CookiedWrapperClass` supports `MonadIO`- and `MonadThrow`-constrained monads.@@ -170,7 +174,8 @@ - Initial version of the package. -[HEAD]: ../../compare/v0.6.0.2...HEAD+[HEAD]: ../../compare/v0.6.0.3...HEAD+[0.6.0.3]: ../../compare/v0.6.0.2...v0.6.0.3 [0.6.0.2]: ../../compare/v0.6.0.1...v0.6.0.2 [0.6.0.1]: ../../compare/v0.6.0...v0.6.0.1 [0.6.0]: ../../compare/v0.5.0.7...v0.6.0
servant-auth-cookie.cabal view
@@ -1,5 +1,5 @@ name: servant-auth-cookie-version: 0.6.0.2+version: 0.6.0.3 synopsis: Authentication via encrypted cookies description: Authentication via encrypted client-side cookies, inspired by client-session library by Michael Snoyman and based on@@ -55,7 +55,7 @@ , cryptonite >= 0.14 && < 0.25 , data-default , exceptions >= 0.8 && < 0.9- , http-types >= 0.9 && < 0.11+ , http-types >= 0.9 && < 0.12 , memory >= 0.11 && < 0.15 , mtl >= 2.0 && < 3.0 , servant >= 0.5 && < 0.13@@ -134,7 +134,7 @@ , exceptions , filepath , http-media- , http-types >= 0.9 && < 0.11+ , http-types >= 0.9 && < 0.12 , mtl >= 2.0 && < 3.0 , servant >= 0.5 && < 0.13 , servant-auth-cookie@@ -191,7 +191,7 @@ , directory , filepath , http-media- , http-types >= 0.9 && < 0.11+ , http-types >= 0.9 && < 0.12 , hspec >= 2.0 && < 3.0 , hspec-wai , mtl >= 2.0 && < 3.0