curryer-rpc 0.3.1 → 0.3.2
raw patch · 3 files changed
+7/−3 lines, 3 filesdep ~base
Dependency ranges changed: base
Files
- Changelog.markdown +4/−0
- README.markdown +1/−1
- curryer-rpc.cabal +2/−2
Changelog.markdown view
@@ -1,3 +1,7 @@+# v0.3.2 (2023-12-30)++* enable support for GHC 9.4+ # v0.3.1 (2023-10-30) * enable TCP_NODELAY to reduce intermessage latency
README.markdown view
@@ -13,7 +13,7 @@ ## Requirements -* GHC 8.6++* GHC 9.0+ ## Code Example
curryer-rpc.cabal view
@@ -1,5 +1,5 @@ Name: curryer-rpc-Version: 0.3.1+Version: 0.3.2 License: PublicDomain Build-Type: Simple Homepage: https://github.com/agentm/curryer@@ -18,7 +18,7 @@ location: https://github.com/agentm/curryer Library- Build-Depends: base >= 4.12 && < 4.17+ Build-Depends: base >= 4.12 && < 4.19 , winery , bytestring , streamly >= 0.9.0