socket-io 1.3.10 → 1.3.11
raw patch · 2 files changed
+8/−3 lines, 2 filesdep ~basedep ~stm
Dependency ranges changed: base, stm
Files
- Changelog.md +5/−0
- socket-io.cabal +3/−3
Changelog.md view
@@ -1,3 +1,8 @@+## 1.3.11 -- 2018-09-30++* Increased the upper bound of `base`.+* Increased the upper bound of `stm`.+ ## 1.3.10 * Increased the upper bound of `aeson`.
socket-io.cabal view
@@ -1,5 +1,5 @@ name: socket-io-version: 1.3.10+version: 1.3.11 homepage: http://github.com/ocharles/engine.io license: BSD3 license-file: LICENSE@@ -24,11 +24,11 @@ build-depends: aeson >=0.7 && <1.5, attoparsec >=0.10 && <0.14,- base >=4.6 && <4.12,+ base >=4.6 && <4.13, bytestring >=0.10 && <0.11, engine-io >= 1 && <1.3, mtl >=2.1 && <2.3,- stm >=2.4 && <2.5,+ stm >=2.4 && <2.6, text >=0.11 && <1.3, transformers >=0.2 && <0.6, unordered-containers >=0.2 && <0.3,