vary 0.1.1.0 → 0.1.1.1
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~QuickCheckPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−1
- vary.cabal +2/−2
CHANGELOG.md view
@@ -8,9 +8,13 @@ ## Unreleased +## 0.1.1.1 - 2025-02-06++- Loosen test dependency bound on QuickCheck.+ ## 0.1.1.0 - 2025-02-05 -- Add serialization support of `Vary` for `binary`'s `Data.Binary` and `cereal`'s `Data.Serialize`.+- Add serialization support of `Vary` for `binary`'s `Data.Binary` and `cereal`'s `Data.Serialize`. (c.f. [#6](https://github.com/Qqwy/haskell-vary/pull/6)) Thank you very much, @jmorag! - Document `Data.Aeson` round-tripping behaviour (namely: only round-trippable if encodings do not overlap, the `UntaggedValue` sum encoding). ## 0.1.0.5 - 2025-02-05
vary.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: vary-version: 0.1.1.0+version: 0.1.1.1 synopsis: Vary: Friendly and fast polymorphic variants (open unions/coproducts/extensible sums) description: Vary: Friendly and fast Variant types for Haskell .@@ -176,7 +176,7 @@ test/spec ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N build-depends:- QuickCheck >=2.12 && <2.15+ QuickCheck >=2.12 && <2.16 , aeson >=2.0.0 && <2.3 , base >=4.7 && <5 , binary