packages feed

pusher-http-haskell 2.1.0.8 → 2.1.0.9

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~cryptonitedep ~memoryPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: cryptonite, memory

API changes (from Hackage documentation)

Files

pusher-http-haskell.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.18 name:          pusher-http-haskell-version:       2.1.0.8+version:       2.1.0.9 license:       MIT license-file:  LICENSE copyright:     (c) Will Sewell, 2016@@ -43,12 +43,12 @@         base >=4.11 && <4.17,         bytestring >=0.10 && <0.12,         base16-bytestring >=0.1 && <1.1,-        cryptonite >=0.6 && <0.30,+        cryptonite >=0.6 && <0.31,         hashable >=1.2 && <1.5,         http-client >=0.4.30 && <0.8,         http-client-tls ==0.3.*,         http-types >=0.8 && <0.13,-        memory >=0.7 && <0.17,+        memory >=0.7 && <0.18,         text >=1.2 && < 2.1,         time >=1.5 && <1.14,         unordered-containers ==0.2.*