packages feed

greskell-websocket 0.1.2.0 → 0.1.2.1

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for greskell-websocket +## 0.1.2.1  -- 2019-12-30++* Confirm test with `base-4.13.0.0`+ ## 0.1.2.0  -- 2019-12-27  * Add `submitPair` function to Client module.
greskell-websocket.cabal view
@@ -1,5 +1,5 @@ name:                   greskell-websocket-version:                0.1.2.0+version:                0.1.2.1 author:                 Toshio Ito <debug.ito@gmail.com> maintainer:             Toshio Ito <debug.ito@gmail.com> license:                BSD3@@ -43,7 +43,7 @@                         Network.Greskell.WebSocket.Connection.Type,                         Network.Greskell.WebSocket.Client.Impl,                         Network.Greskell.WebSocket.Util-  build-depends:        base >=4.9.1.0 && <4.13,+  build-depends:        base >=4.9.1.0 && <4.14,                         greskell-core >=0.1.2.0 && <0.2,                         bytestring >=0.10.8.1 && <0.11,                         base64-bytestring >=1.0.0.1 && <1.1,