packages feed

pusher-http-haskell 2.1.0.23 → 2.1.0.24

raw patch · 1 files changed

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

version bump matches the API change (PVP)

Dependency ranges changed: time

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.23+version:       2.1.0.24 license:       MIT license-file:  LICENSE copyright:     (c) Will Sewell, 2016@@ -50,7 +50,7 @@         http-types >=0.8 && <0.13,         ram >=0.21 && <0.23,         text >=1.2 && < 2.2,-        time >=1.5 && <1.16,+        time >=1.5 && <1.17,         unordered-containers ==0.2.*  test-suite tests