servant-auth-cookie 0.5.0.5 → 0.5.0.6
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
@@ -2,6 +2,10 @@ ## [HEAD] +## [0.5.0.6] - 2017-10-23+### Changed+- Fixed dependencies' bounds.+ ## [0.5.0.5] - 2017-07-13 ### Changed - Fixed dependencies' bounds.@@ -121,7 +125,8 @@ - Initial version of the package. -[HEAD]: ../../compare/v0.5.0.5...HEAD+[HEAD]: ../../compare/v0.5.0.6...HEAD+[0.5.0.6]: ../../compare/v0.5.0.5...v0.5.0.6 [0.5.0.5]: ../../compare/v0.5.0.4...v0.5.0.5 [0.5.0.4]: ../../compare/v0.5.0.3...v0.5.0.4 [0.5.0.3]: ../../compare/v0.5.0.2...v0.5.0.3
servant-auth-cookie.cabal view
@@ -1,5 +1,5 @@ name: servant-auth-cookie-version: 0.5.0.5+version: 0.5.0.6 synopsis: Authentication via encrypted cookies description: Authentication via encrypted client-side cookies, inspired by client-session library by Michael Snoyman and based on@@ -54,7 +54,7 @@ , cryptonite >= 0.14 && < 0.25 , data-default , exceptions >= 0.8 && < 0.9- , http-types >= 0.9 && < 0.10+ , http-types >= 0.10 && < 0.11 , memory >= 0.11 && < 0.15 , mtl >= 2.0 && < 3.0 , servant >= 0.5 && < 0.12@@ -129,7 +129,7 @@ , exceptions , filepath , http-media- , http-types+ , http-types >= 0.10 && < 0.11 , mtl >= 2.0 && < 3.0 , servant >= 0.5 && < 0.12 , servant-auth-cookie@@ -182,7 +182,7 @@ , directory , filepath , http-media- , http-types+ , http-types >= 0.10 && < 0.11 , hspec >= 2.0 && < 3.0 , hspec-wai , mtl >= 2.0 && < 3.0