packages feed

simple-session 0.10.1.0 → 0.10.1.1

raw patch · 2 files changed

+9/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

+ CHANGELOG.md view
@@ -0,0 +1,7 @@+# Version 0.10.1.0 (2015-11-18)++  * Default to using `httponly` cookie option++  * Default to using `secure` cookie option for requests over HTTPS++  * Allow customization of cookie options using the `sessionBaseCookie` method
simple-session.cabal view
@@ -1,5 +1,5 @@ name:                simple-session-version:             0.10.1.0+version:             0.10.1.1 synopsis:            Cookie-based session management for the Simple web framework description: @@ -33,6 +33,7 @@ category:            Web build-type:          Simple cabal-version:       >=1.10+extra-source-files:  LICENSE CHANGELOG.md  library   hs-source-dirs: src