pusher-http-haskell 2.0.0.1 → 2.0.0.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~bytestringdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring, 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.0.0.1+version: 2.0.0.2 license: MIT license-file: LICENSE copyright: (c) Will Sewell, 2016@@ -41,7 +41,7 @@ build-depends: aeson >=1.0 && <1.6, base >=4.11 && <4.15,- bytestring ==0.10.*,+ bytestring >=0.10 && <0.12, base16-bytestring >=0.1 && <1.1, cryptonite >=0.6 && <0.28, hashable >=1.2 && <1.4,@@ -50,7 +50,7 @@ http-types >=0.8 && <0.13, memory >=0.7 && <0.16, text ==1.2.*,- time >=1.5 && <1.11,+ time >=1.5 && <1.12, unordered-containers ==0.2.* test-suite tests