packages feed

pusher-http-haskell 1.5.1.5 → 1.5.1.6

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~basedep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, time

API changes (from Hackage documentation)

Files

pusher-http-haskell.cabal view
@@ -1,5 +1,5 @@ name: pusher-http-haskell-version: 1.5.1.5+version: 1.5.1.6 cabal-version: >=1.18 build-type: Simple license: MIT@@ -33,7 +33,7 @@         Network.Pusher.Protocol     build-depends:         aeson >=0.8 && <1.5,-        base >=4.7 && <4.12,+        base >=4.7 && <4.13,         bytestring ==0.10.*,         base16-bytestring ==0.1.*,         cryptonite >= 0.6 && <0.26,@@ -42,7 +42,7 @@         http-types >=0.8 && <0.13,         memory >= 0.7 && <0.15,         text ==1.2.*,-        time >=1.5 && <1.9,+        time >=1.5 && <1.10,         transformers >=0.4 && <0.6,         unordered-containers ==0.2.*,         vector >=0.10 && <0.13