packages feed

pusher-http-haskell 1.5.1.7 → 1.5.1.8

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~hashablePVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: hashable

API changes (from Hackage documentation)

- Network.Pusher.Protocol: instance Network.Pusher.Protocol.ToURLParam a => Network.Pusher.Protocol.ToURLParam (Data.HashSet.HashSet a)
+ Network.Pusher.Protocol: instance Network.Pusher.Protocol.ToURLParam a => Network.Pusher.Protocol.ToURLParam (Data.HashSet.Base.HashSet a)

Files

pusher-http-haskell.cabal view
@@ -1,5 +1,5 @@ name: pusher-http-haskell-version: 1.5.1.7+version: 1.5.1.8 cabal-version: 1.18 build-type: Simple license: MIT@@ -7,8 +7,8 @@ copyright: (c) Will Sewell, 2016 maintainer: me@willsewell.com stability: experimental-homepage: https://github.com/pusher-community/pusher-http-haskell-bug-reports: https://github.com/pusher-community/pusher-http-haskell/issues+homepage: https://github.com/WillSewell/pusher-http-haskell+bug-reports: https://github.com/WillSewell/pusher-http-haskell/issues synopsis: Haskell client library for the Pusher HTTP API description:     Functions that correspond to endpoints of the Pusher HTTP@@ -37,7 +37,7 @@         bytestring ==0.10.*,         base16-bytestring ==0.1.*,         cryptonite >= 0.6 && <0.26,-        hashable ==1.2.*,+        hashable >=1.2 && <1.4,         http-client >=0.4 && <0.7,         http-types >=0.8 && <0.13,         memory >= 0.7 && <0.15,