socket-io 1.3.8 → 1.3.9
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~aeson
Dependency ranges changed: aeson
Files
- Changelog.md +4/−0
- socket-io.cabal +2/−2
Changelog.md view
@@ -1,3 +1,7 @@+## 1.3.9++* Increased the bound of `aeson`.+ ## 1.3.8 * Increased the bound of `aeson` and `base`.
socket-io.cabal view
@@ -1,5 +1,5 @@ name: socket-io-version: 1.3.8+version: 1.3.9 homepage: http://github.com/ocharles/engine.io license: BSD3 license-file: LICENSE@@ -22,7 +22,7 @@ FlexibleContexts, OverloadedStrings, RankNTypes build-depends:- aeson >=0.7 && <1.3,+ aeson >=0.7 && <1.4, attoparsec >=0.10 && <0.14, base >=4.6 && <4.11, bytestring >=0.10 && <0.11,