packages feed

pusher-http-haskell 2.1.0.9 → 2.1.0.10

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~aesonPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson

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.9+version:       2.1.0.10 license:       MIT license-file:  LICENSE copyright:     (c) Will Sewell, 2016@@ -39,7 +39,7 @@     default-extensions: OverloadedStrings     ghc-options:        -Wcompat -Wmissing-signatures -Wall     build-depends:-        aeson >=1.0 && <2.1,+        aeson >=1.0 && <2.2,         base >=4.11 && <4.17,         bytestring >=0.10 && <0.12,         base16-bytestring >=0.1 && <1.1,