packages feed

clientsession 0.8.0 → 0.8.0.1

raw patch · 1 files changed

+11/−11 lines, 1 filesdep ~QuickCheckdep ~basedep ~base64-bytestringPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: QuickCheck, base, base64-bytestring, bytestring, cereal, cprng-aes, directory, hspec

API changes (from Hackage documentation)

Files

clientsession.cabal view
@@ -1,5 +1,5 @@ name:            clientsession-version:         0.8.0+version:         0.8.0.1 license:         BSD3 license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>, Felipe Lessa <felipe.lessa@gmail.com>@@ -22,14 +22,14 @@  library     build-depends:   base                >=4           && < 5-                   , bytestring          >= 0.9        && < 0.10-                   , cereal              >= 0.3        && < 0.4-                   , directory           >= 1          && < 1.2+                   , bytestring          >= 0.9+                   , cereal              >= 0.3+                   , directory           >= 1                    , tagged              >= 0.1-                   , crypto-api          >= 0.8        && < 0.11+                   , crypto-api          >= 0.8                    , cryptocipher        >= 0.2.5                    , skein               >= 0.1        && < 0.2-                   , base64-bytestring   >= 0.1.1.1    && < 0.2+                   , base64-bytestring   >= 0.1.1.1                    , entropy             >= 0.2.1                    , cprng-aes           >= 0.2     exposed-modules: Web.ClientSession@@ -38,15 +38,15 @@  test-suite runtests     type: exitcode-stdio-1.0-    build-depends:   base                >=4           && < 5-                   , bytestring          >= 0.9        && < 0.10+    build-depends:   base+                   , bytestring          >= 0.9                    , cryptocipher        >= 0.2.5-                   , hspec               >= 1.2        && < 1.3-                   , QuickCheck          >= 2          && < 3+                   , hspec               >= 1.2+                   , QuickCheck          >= 2                    , HUnit                    , transformers                    , containers-                   , cereal              >= 0.3        && < 0.4+                   , cereal                    -- finally, our own package                    , clientsession     ghc-options:     -Wall