engine-io-wai 1.0.9 → 1.0.10
raw patch · 2 files changed
+6/−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 +4/−0
- engine-io-wai.cabal +2/−2
Changelog.md view
@@ -1,3 +1,7 @@+## 1.0.10++* Increased the upper-bound of `base` to < 4.13.+ ## 1.0.9 * Increased the upper-bound of `http-types` to < 0.13
engine-io-wai.cabal view
@@ -1,5 +1,5 @@ name: engine-io-wai-version: 1.0.9+version: 1.0.10 synopsis: An @engine-io@ @ServerAPI@ that is compatible with @Wai@ homepage: http://github.com/ocharles/engine.io license: BSD3@@ -21,7 +21,7 @@ Network.EngineIO.Wai build-depends:- base >=4.6 && <4.12,+ base >=4.6 && <4.13, engine-io >= 1.2 && < 1.3, http-types >= 0.8 && < 0.13, unordered-containers >= 0.2 && < 0.3,