packages feed

binrep-instances 0.1.0 → 0.2.0

raw patch · 2 files changed

+7/−4 lines, 2 filesdep ~strongweakPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: strongweak

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,8 @@+## 0.2.0 (2025-03-29)+* fix build (using unreleased strongweak parts)+ ## 0.1.0 (2025-03-11) Initial release. -  * extracted from binrep-  * strongweak instances+* extracted from binrep+* strongweak instances
binrep-instances.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           binrep-instances-version:        0.1.0+version:        0.2.0 synopsis:       Orphan instances for binrep description:    Please see README.md. category:       Data, Serialization@@ -50,5 +50,5 @@   build-depends:       base >=4.18 && <5     , binrep >=1.1.0 && <1.2-    , strongweak >=0.11.0 && <0.12+    , strongweak >=0.12.0 && <0.13   default-language: GHC2021