socket-io 1.3.9 → 1.3.10
raw patch · 2 files changed
+8/−3 lines, 2 filesdep ~aesondep ~base
Dependency ranges changed: aeson, base
Files
- Changelog.md +5/−0
- socket-io.cabal +3/−3
Changelog.md view
@@ -1,3 +1,8 @@+## 1.3.10++* Increased the upper bound of `aeson`.+* Increased the upper bound of `base`.+ ## 1.3.9 * Increased the bound of `aeson`.
socket-io.cabal view
@@ -1,5 +1,5 @@ name: socket-io-version: 1.3.9+version: 1.3.10 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.4,+ aeson >=0.7 && <1.5, attoparsec >=0.10 && <0.14,- base >=4.6 && <4.11,+ base >=4.6 && <4.12, bytestring >=0.10 && <0.11, engine-io >= 1 && <1.3, mtl >=2.1 && <2.3,