packages feed

greskell-websocket 0.1.2.4 → 0.1.2.5

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~base64-bytestringPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base64-bytestring

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for greskell-websocket +## 0.1.2.5  -- 2020-12-30++* Confirm test with `base64-bytestring-1.2.0.0`+ ## 0.1.2.4  -- 2020-06-21  * Confirm test with `base-4.14.0.0`.
greskell-websocket.cabal view
@@ -1,5 +1,5 @@ name:                   greskell-websocket-version:                0.1.2.4+version:                0.1.2.5 author:                 Toshio Ito <debug.ito@gmail.com> maintainer:             Toshio Ito <debug.ito@gmail.com> license:                BSD3@@ -46,7 +46,7 @@   build-depends:        base >=4.9.1.0 && <4.15,                         greskell-core >=0.1.2.0 && <0.2,                         bytestring >=0.10.8.1 && <0.11,-                        base64-bytestring >=1.0.0.1 && <1.2,+                        base64-bytestring >=1.0.0.1 && <1.3,                         text >=1.2.2.2 && <1.3,                         aeson >=1.1.2.0 && <1.6,                         unordered-containers >=0.2.8 && <0.3,