pusher-http-haskell 2.1.0.18 → 2.1.0.19
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,6 +1,6 @@ cabal-version: 1.18 name: pusher-http-haskell-version: 2.1.0.18+version: 2.1.0.19 license: MIT license-file: LICENSE copyright: (c) Will Sewell, 2016@@ -40,7 +40,7 @@ ghc-options: -Wcompat -Wmissing-signatures -Wall build-depends: aeson >=1.0 && <2.3,- base >=4.11 && <4.20,+ base >=4.11 && <4.21, bytestring >=0.10 && <0.13, base16-bytestring >=0.1 && <1.1, crypton >=0.32 && <1.1,@@ -50,7 +50,7 @@ http-types >=0.8 && <0.13, memory >=0.7 && <0.19, text >=1.2 && < 2.2,- time >=1.5 && <1.14,+ time >=1.5 && <1.15, unordered-containers ==0.2.* test-suite tests