engine-io 1.2.19 → 1.2.20
raw patch · 2 files changed
+12/−4 lines, 2 filesdep ~aesondep ~asyncdep ~freePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, async, free
API changes (from Hackage documentation)
Files
- Changelog.md +8/−0
- engine-io.cabal +4/−4
Changelog.md view
@@ -1,3 +1,11 @@+## 1.2.20++### Other Changes++* Increased the upper-bound of `aeson` to < 1.4.+* Increased the upper-bound of `async` to < 2.3.+* Increased the upper-bound of `free` to < 5.1.+ ## 1.2.19 ### Other Changes
engine-io.cabal view
@@ -1,5 +1,5 @@ name: engine-io-version: 1.2.19+version: 1.2.20 synopsis: A Haskell implementation of Engine.IO homepage: http://github.com/ocharles/engine.io license: BSD3@@ -27,14 +27,14 @@ RankNTypes, OverloadedStrings, RecordWildCards build-depends:- aeson >=0.7 && <1.3,- async >=2.0 && <2.2,+ aeson >=0.7 && <1.4,+ async >=2.0 && <2.3, attoparsec >=0.11 && <0.14, base >=4.6 && <4.11, base64-bytestring >=1.0 && <1.1, bytestring >=0.10.2.0 && <0.11, errors >= 2.0.0 && <2.3,- free >= 4.9 && <5.0,+ free >= 4.9 && <5.1, monad-loops >=0.4 && <0.5, mwc-random >=0.13 && <0.14, stm >=2.4 && <2.5,