cookie 0.4.0 → 0.4.0.1
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~blaze-builderdep ~bytestringdep ~old-localePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: blaze-builder, bytestring, old-locale, text, time
API changes (from Hackage documentation)
Files
- cookie.cabal +5/−5
cookie.cabal view
@@ -1,5 +1,5 @@ name: cookie-version: 0.4.0+version: 0.4.0.1 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -13,11 +13,11 @@ library build-depends: base >= 4 && < 5- , bytestring >= 0.9.1.4 && < 0.10- , blaze-builder >= 0.2.1 && < 0.4- , old-locale >= 1 && < 1.1+ , bytestring >= 0.9.1.4+ , blaze-builder >= 0.2.1+ , old-locale >= 1 , time >= 1.1.4- , text >= 0.7 && < 1.0+ , text >= 0.7 , data-default exposed-modules: Web.Cookie ghc-options: -Wall