packages feed

data-forest 0.1.0.12 → 0.1.0.13

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

changelog.md view
@@ -1,3 +1,7 @@+## 0.1.0.13 (2025-01-20)++Version bumps+ ## 0.1.0.12 (2023-06-26)  Change test-suite to hspec
data-forest.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0  name: data-forest-version: 0.1.0.12+version: 0.1.0.13 category: Data Structures synopsis: A simple multi-way tree data structure @@ -26,7 +26,7 @@       NoImplicitPrelude   ghc-options: -Wall   build-depends:-    , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18+    , base ^>= 4.18 || ^>= 4.19  library   import: base