engine-io-snap 1.0.5 → 1.0.6
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~io-streams
Dependency ranges changed: io-streams
Files
- Changelog.md +4/−0
- engine-io-snap.cabal +2/−2
Changelog.md view
@@ -1,3 +1,7 @@+## 1.0.6++* Bump upper-bound of `io-streams`.+ ## 1.0.5 * Bump upper-bound of base, io-streams and websockets
engine-io-snap.cabal view
@@ -1,5 +1,5 @@ name: engine-io-snap-version: 1.0.5+version: 1.0.6 homepage: http://github.com/ocharles/engine.io license: BSD3 license-file: LICENSE@@ -17,7 +17,7 @@ Network.EngineIO.Snap build-depends:- io-streams >= 1.0.0.0 && < 1.5,+ io-streams >= 1.0.0.0 && < 1.6, base >=4.6 && <4.11, bytestring >= 0.9 && <0.11, containers >=0.5 && <0.6,