packages feed

engine-io 1.2.12 → 1.2.13

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~aeson

Dependency ranges changed: aeson

Files

Changelog.md view
@@ -1,3 +1,7 @@+## 1.2.13++* Increased the upper-bound of `aeson` to allow < 0.12.+ ## 1.2.12  * Increased the upper-bound of `async` to allow < 2.2.
engine-io.cabal view
@@ -1,5 +1,5 @@ name: engine-io-version: 1.2.12+version: 1.2.13 synopsis: A Haskell implementation of Engine.IO homepage: http://github.com/ocharles/engine.io license: BSD3@@ -27,7 +27,7 @@    RankNTypes, OverloadedStrings, RecordWildCards    build-depends:-    aeson >=0.7 && <0.11,+    aeson >=0.7 && <0.12,     async >=2.0 && <2.2,     attoparsec >=0.11 && <0.14,     base >=4.6 && <4.9,