packages feed

servant-auth-cookie 0.5.0.3 → 0.5.0.4

raw patch · 2 files changed

+8/−3 lines, 2 filesdep ~criterionPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: criterion

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -2,6 +2,10 @@  ## [HEAD] +## [0.5.0.4] - 2017-05-27+### Changed+- Fixed dependencies' bounds.+ ## [0.5.0.3] - 2017-05-24 ### Changed - Fixed dependencies' bounds.@@ -113,7 +117,8 @@ - Initial version of the package.  -[HEAD]:    ../../compare/v0.5.0.3...HEAD+[HEAD]:    ../../compare/v0.5.0.4...HEAD+[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 [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
servant-auth-cookie.cabal view
@@ -1,5 +1,5 @@ name:                servant-auth-cookie-version:             0.5.0.3+version:             0.5.0.4 synopsis:            Authentication via encrypted cookies description:         Authentication via encrypted client-side cookies,                      inspired by client-session library by Michael Snoyman and based on@@ -227,7 +227,7 @@    build-depends: base           >= 4.7     && < 5.0                , bytestring-               , criterion      >= 0.6.2.1 && < 1.2+               , criterion      >= 0.6.2.1 && < 1.3                , cryptonite     >= 0.14    && < 0.24                , servant-auth-cookie                , servant-server >= 0.5     && < 0.12