packages feed

engine-io 1.2.13 → 1.2.14

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~basedep ~transformersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, transformers

API changes (from Hackage documentation)

Files

Changelog.md view
@@ -1,3 +1,7 @@+## 1.2.14++* Increased the upper-bound of `base` and `transformers`.+ ## 1.2.13  * Increased the upper-bound of `aeson` to allow < 0.12.
engine-io.cabal view
@@ -1,5 +1,5 @@ name: engine-io-version: 1.2.13+version: 1.2.14 synopsis: A Haskell implementation of Engine.IO homepage: http://github.com/ocharles/engine.io license: BSD3@@ -30,7 +30,7 @@     aeson >=0.7 && <0.12,     async >=2.0 && <2.2,     attoparsec >=0.11 && <0.14,-    base >=4.6 && <4.9,+    base >=4.6 && <4.10,     base64-bytestring >=1.0 && <1.1,     bytestring >=0.10.2.0 && <0.11,     either >= 3.4 && <4.5,@@ -40,7 +40,7 @@     stm >=2.4 && <2.5,     stm-delay >= 0.1.1 && <0.2,     text >=0.11 && <1.3,-    transformers >=0.2 && <0.5,+    transformers >=0.2 && <0.6,     unordered-containers >=0.2 && <0.3,     vector >=0.10 && <0.12,     websockets >=0.8 && <0.10