engine-io 1.2.4 → 1.2.5
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- Changelog.md +5/−0
- engine-io.cabal +2/−2
Changelog.md view
@@ -1,3 +1,8 @@+## 1.2.5++* Increased the upper-bound of base to allow < 4.9. Now builds on+ GHC 7.10.1.+ ## 1.2.4 * Add a 100ms delay in the WebSocket upgrade process. This matches the
engine-io.cabal view
@@ -1,5 +1,5 @@ name: engine-io-version: 1.2.4+version: 1.2.5 synopsis: A Haskell implementation of Engine.IO homepage: http://github.com/ocharles/engine.io license: BSD3@@ -30,7 +30,7 @@ aeson >=0.7 && <0.9, async >=2.0 && <2.1, attoparsec >=0.11 && <0.13,- base >=4.6 && <4.8,+ base >=4.6 && <4.9, base64-bytestring >=1.0 && <1.1, bytestring >=0.10.2.0 && <0.11, either >= 3.4 && <4.4,