packages feed

pinch 0.4.2.0 → 0.4.3.0

raw patch · 2 files changed

+10/−4 lines, 2 filesdep ~vectorPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: vector

API changes (from Hackage documentation)

Files

CHANGES.md view
@@ -1,3 +1,9 @@+0.4.3.0 (2023-04-27)+=====================++-   Allow vector 0.13. (#53)++ 0.4.2.0 (2022-10-12) ===================== 
pinch.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.35.0.+-- This file has been generated from package.yaml by hpack version 0.35.2. -- -- see: https://github.com/sol/hpack  name:           pinch-version:        0.4.2.0+version:        0.4.3.0 synopsis:       An alternative implementation of Thrift for Haskell. description:    This library provides machinery for types to specify how they can be                 serialized and deserialized into/from Thrift payloads. It makes no@@ -85,7 +85,7 @@     , semigroups >=0.18 && <0.21     , text >=1.2 && <1.3 || >=2.0     , unordered-containers ==0.2.*-    , vector >=0.10 && <0.13+    , vector >=0.10 && <0.14   default-language: Haskell2010  test-suite pinch-spec@@ -126,5 +126,5 @@     , semigroups >=0.18 && <0.21     , text >=1.2 && <1.3 || >=2.0     , unordered-containers ==0.2.*-    , vector >=0.10 && <0.13+    , vector >=0.10 && <0.14   default-language: Haskell2010