servant-auth-cookie 0.5.0.1 → 0.5.0.2
raw patch · 2 files changed
+13/−8 lines, 2 filesdep ~cryptonitePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: cryptonite
API changes (from Hackage documentation)
Files
- CHANGELOG.md +7/−2
- servant-auth-cookie.cabal +6/−6
CHANGELOG.md view
@@ -2,6 +2,10 @@ ## [HEAD] +## [0.5.0.2] - 2017-04-26+### Changed+- Fixed dependencies' bounds.+ ## [0.5.0.1] - 2017-04-16 ### Changed - Fixed incompatibility with older versions of GHC.@@ -105,8 +109,9 @@ - Initial version of the package. -[HEAD]: ../../compare/v0.5.0.1...HEAD-[0.5.0]: ../../compare/v0.5.0...v0.5.0.1+[HEAD]: ../../compare/v0.5.0.2...HEAD+[0.5.0.2]: ../../compare/v0.5.0.1...v0.5.0.2+[0.5.0.1]: ../../compare/v0.5.0...v0.5.0.1 [0.5.0]: ../../compare/v0.4.4...v0.5.0 [0.4.4]: ../../compare/v0.4.3.3...v0.4.4 [0.4.3.3]: ../../compare/v0.4.3.2...v0.4.3.3
servant-auth-cookie.cabal view
@@ -1,5 +1,5 @@ name: servant-auth-cookie-version: 0.5.0.1+version: 0.5.0.2 synopsis: Authentication via encrypted cookies description: Authentication via encrypted client-side cookies, inspired by client-session library by Michael Snoyman and based on@@ -51,7 +51,7 @@ , bytestring , cereal >= 0.5 && < 0.6 , cookie >= 0.4.1 && < 0.5- , cryptonite >= 0.14 && < 0.23+ , cryptonite >= 0.14 && < 0.24 , data-default , exceptions >= 0.8 && < 0.9 , http-types >= 0.9 && < 0.10@@ -98,7 +98,7 @@ , QuickCheck >= 2.4 && < 3.0 , bytestring , cereal >= 0.5 && < 0.6- , cryptonite >= 0.14 && < 0.23+ , cryptonite >= 0.14 && < 0.24 , data-default , deepseq >= 1.3 && < 1.5 , hspec >= 2.0 && < 3.0@@ -123,7 +123,7 @@ , blaze-markup >= 0.7 && < 0.9 , bytestring , cereal >= 0.5 && < 0.6- , cryptonite >= 0.14 && < 0.23+ , cryptonite >= 0.14 && < 0.24 , data-default , directory , exceptions@@ -176,7 +176,7 @@ , bytestring , cereal >= 0.5 && < 0.6 , exceptions- , cryptonite >= 0.14 && < 0.23+ , cryptonite >= 0.14 && < 0.24 , data-default , deepseq >= 1.3 && < 1.5 , directory@@ -228,7 +228,7 @@ build-depends: base >= 4.7 && < 5.0 , bytestring , criterion >= 0.6.2.1 && < 1.2- , cryptonite >= 0.14 && < 0.23+ , cryptonite >= 0.14 && < 0.24 , servant-auth-cookie , servant-server >= 0.5 && < 0.11 if flag(dev)