pusher-http-haskell 1.5.1.6 → 1.5.1.7
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~http-clientPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: http-client
API changes (from Hackage documentation)
- Network.Pusher.Protocol: ChannelInfoQuery :: (HashSet ChannelInfoAttributes) -> ChannelInfoQuery
+ Network.Pusher.Protocol: ChannelInfoQuery :: HashSet ChannelInfoAttributes -> ChannelInfoQuery
- Network.Pusher.Protocol: ChannelsInfo :: (HashMap Channel ChannelInfo) -> ChannelsInfo
+ Network.Pusher.Protocol: ChannelsInfo :: HashMap Channel ChannelInfo -> ChannelsInfo
- Network.Pusher.Protocol: ChannelsInfoQuery :: (HashSet ChannelsInfoAttributes) -> ChannelsInfoQuery
+ Network.Pusher.Protocol: ChannelsInfoQuery :: HashSet ChannelsInfoAttributes -> ChannelsInfoQuery
Files
pusher-http-haskell.cabal view
@@ -1,6 +1,6 @@ name: pusher-http-haskell-version: 1.5.1.6-cabal-version: >=1.18+version: 1.5.1.7+cabal-version: 1.18 build-type: Simple license: MIT license-file: LICENSE@@ -38,7 +38,7 @@ base16-bytestring ==0.1.*, cryptonite >= 0.6 && <0.26, hashable ==1.2.*,- http-client >=0.4 && <0.6,+ http-client >=0.4 && <0.7, http-types >=0.8 && <0.13, memory >= 0.7 && <0.15, text ==1.2.*,