socket-io 1.3.1 → 1.3.2
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~aesondep ~attoparsecnew-uploader
Dependency ranges changed: aeson, attoparsec
Files
- Changelog.md +4/−0
- socket-io.cabal +3/−3
Changelog.md view
@@ -1,3 +1,7 @@+## 1.3.2++* Increased upper-bounds of aeson to < 0.10 and of attoparsec to < 0.14.+ ## 1.3.1 * Increased the upper-bound of base to allow < 4.9. Now builds on
socket-io.cabal view
@@ -1,5 +1,5 @@ name: socket-io-version: 1.3.1+version: 1.3.2 homepage: http://github.com/ocharles/engine.io license: BSD3 license-file: LICENSE@@ -22,8 +22,8 @@ FlexibleContexts, OverloadedStrings, RankNTypes build-depends:- aeson >=0.7 && <0.9,- attoparsec >=0.10 && <0.13,+ aeson >=0.7 && <0.10,+ attoparsec >=0.10 && <0.14, base >=4.6 && <4.9, bytestring >=0.10 && <0.11, engine-io >= 1 && <1.3,