packages feed

bv-sized 1.0.7 → 1.0.8

raw patch · 2 files changed

+6/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

bv-sized.cabal view
@@ -1,5 +1,5 @@ name:                bv-sized-version:             1.0.7+version:             1.0.8 category:            Bit Vectors synopsis:            a bitvector datatype that is parameterized by the vector width description:@@ -31,7 +31,7 @@                        bytestring >= 0.10 && < 0.13,                        deepseq >= 1.4.0 && < 1.6,                        panic >= 0.4.0 && < 0.5,-                       parameterized-utils >= 2.0.2 && < 2.3,+                       parameterized-utils >= 2.0.2 && < 2.4,                        random >= 1.2.0 && < 1.4,                        th-lift >= 0.8.1 && < 0.9   hs-source-dirs:      src
changelog.md view
@@ -1,5 +1,9 @@ # Changelog for [`bv-sized` package](http://hackage.haskell.org/package/bv-sized) +## 1.0.8 -- 2026-08-26++* Support building with `parameterized-utils` 2.3.*+ ## 1.0.7 -- 2026-01-24  * Support building with `parameterized-utils` 2.2.*