packages feed

socket-io 1.3.7 → 1.3.8

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~aesondep ~base

Dependency ranges changed: aeson, base

Files

Changelog.md view
@@ -1,3 +1,7 @@+## 1.3.8++* Increased the bound of `aeson` and `base`.+ ## 1.3.7  * Increased the upper-bound of `aeson` and `vector`.
socket-io.cabal view
@@ -1,5 +1,5 @@ name: socket-io-version: 1.3.7+version: 1.3.8 homepage: http://github.com/ocharles/engine.io license: BSD3 license-file: LICENSE@@ -22,9 +22,9 @@     FlexibleContexts, OverloadedStrings, RankNTypes    build-depends:-    aeson >=0.7 && <1.2,+    aeson >=0.7 && <1.3,     attoparsec >=0.10 && <0.14,-    base >=4.6 && <4.10,+    base >=4.6 && <4.11,     bytestring >=0.10 && <0.11,     engine-io >= 1 && <1.3,     mtl >=2.1 && <2.3,