socket-io 1.1.0 → 1.1.1
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~engine-iodep ~text
Dependency ranges changed: engine-io, text
Files
- Changelog.md +4/−0
- socket-io.cabal +3/−3
Changelog.md view
@@ -1,3 +1,7 @@+## 1.1.1++* Build with `engine-io` 1.2+ ## 1.1.0 * When building an initial routing table, you now have access to the `Socket`.
socket-io.cabal view
@@ -1,5 +1,5 @@ name: socket-io-version: 1.1.0+version: 1.1.1 homepage: http://github.com/ocharles/engine.io license: BSD3 license-file: LICENSE@@ -26,10 +26,10 @@ attoparsec >=0.10 && <0.13, base >=4.6 && <4.8, bytestring >=0.10 && <0.11,- engine-io >= 1 && <1.2,+ engine-io >= 1 && <1.3, mtl >=2.1 && <2.3, stm >=2.4 && <2.5,- text >=0.11 && <1.2,+ text >=0.11 && <1.3, transformers >=0.2 && <0.5, unordered-containers >=0.2 && <0.3, vector >=0.10 && <0.11