socket-io 1.3.4 → 1.3.5
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~aeson
Dependency ranges changed: aeson
Files
- Changelog.md +5/−1
- socket-io.cabal +2/−2
Changelog.md view
@@ -1,6 +1,10 @@+## 1.3.5++* Increase upper-bound of `aeson` to < 0.12.+ ## 1.3.4 -* Increased the upper-bound of aeson to allow < 0.11.+* Increased the upper-bound of `aeson` to allow < 0.11. ## 1.3.3
socket-io.cabal view
@@ -1,5 +1,5 @@ name: socket-io-version: 1.3.4+version: 1.3.5 homepage: http://github.com/ocharles/engine.io license: BSD3 license-file: LICENSE@@ -22,7 +22,7 @@ FlexibleContexts, OverloadedStrings, RankNTypes build-depends:- aeson >=0.7 && <0.11,+ aeson >=0.7 && <0.12, attoparsec >=0.10 && <0.14, base >=4.6 && <4.9, bytestring >=0.10 && <0.11,