packages feed

protocol-buffers 2.4.16 → 2.4.17

raw patch · 2 files changed

+8/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Changes view
@@ -1,5 +1,11 @@ Newest at the top. +2.4.17++- PR #94. Change code generate for `mergeAppend` to avoid triggering GHC bug+- Fixes generated code for GHC-8.10+- Some more small improvements of the generated code+ 2.4.16  - PR #93. Fix up a534ea to support older base16-bytestring again, via CPP
protocol-buffers.cabal view
@@ -1,5 +1,5 @@ name:           protocol-buffers-version:        2.4.16+version:        2.4.17 cabal-version:  >= 1.10 build-type:     Simple license:        BSD3@@ -15,7 +15,7 @@ extra-source-files: TODO                     README.md                     Changes-Tested-With: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.2, GHC == 8.6.2, GHC == 8.8.4+Tested-With: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.2, GHC == 8.6.2, GHC == 8.8.4, GHC == 8.10.2 source-repository head   type: git   location: git://github.com/k-bx/protocol-buffers.git