curryer-rpc 0.3.6 → 0.3.7
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- Changelog.markdown +4/−0
- curryer-rpc.cabal +3/−2
Changelog.markdown view
@@ -1,3 +1,7 @@+# v0.3.7 (2024-08-24)++* enable building with GHC 9.6, 9.8, 9.10+ # v0.3.6 (2024-07-20) * update to streamly 0.10.1
curryer-rpc.cabal view
@@ -1,5 +1,5 @@ Name: curryer-rpc-Version: 0.3.6+Version: 0.3.7 License: PublicDomain Build-Type: Simple Homepage: https://github.com/agentm/curryer@@ -12,13 +12,14 @@ Synopsis: Fast, Haskell RPC Description: Haskell-to-Haskell RPC using Winery serialization. Extra-Source-Files: Changelog.markdown README.markdown+Tested-With: GHC ==9.2.8 || ==9.4.8 || ==9.6.6 || ==9.8.2 || ==9.10.1 Source-Repository head Type: git location: https://github.com/agentm/curryer Library- Build-Depends: base >= 4.12 && < 4.19+ Build-Depends: base >= 4.12 && <= 4.21 , winery , bytestring , streamly == 0.10.1