pusher-http-haskell 2.1.0.17 → 2.1.0.18
raw patch · 1 files changed
+4/−4 lines, 1 filesdep +cryptondep −cryptonitedep ~hashablePVP ok
version bump matches the API change (PVP)
Dependencies added: crypton
Dependencies removed: cryptonite
Dependency ranges changed: hashable
API changes (from Hackage documentation)
Files
pusher-http-haskell.cabal view
@@ -1,13 +1,13 @@ cabal-version: 1.18 name: pusher-http-haskell-version: 2.1.0.17+version: 2.1.0.18 license: MIT license-file: LICENSE copyright: (c) Will Sewell, 2016 maintainer: me@willsewell.com author: Will Sewell stability: stable-tested-with: ghc >=8.6.5+tested-with: ghc >=8.8.4 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 Channels HTTP API@@ -43,8 +43,8 @@ base >=4.11 && <4.20, bytestring >=0.10 && <0.13, base16-bytestring >=0.1 && <1.1,- cryptonite >=0.6 && <0.31,- hashable >=1.2 && <1.5,+ crypton >=0.32 && <1.1,+ hashable >=1.2 && <1.6, http-client >=0.4.30 && <0.8, http-client-tls ==0.3.*, http-types >=0.8 && <0.13,