shikumi-okf 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+13/−6 lines, 2 filesdep ~shikumidep ~shikumi-okfPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: shikumi, shikumi-okf
API changes (from Hackage documentation)
Files
- CHANGELOG.md +7/−0
- shikumi-okf.cabal +6/−6
CHANGELOG.md view
@@ -2,6 +2,13 @@ ## Unreleased +## 0.1.0.1 - 2026-07-05++### Changed++- Refreshed the internal `shikumi` bound for local builds against the `0.3`+ series now that `okf-core` is available on Hackage.+ ## 0.1.0.0 - 2026-06-28 ### Added
shikumi-okf.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.4 name: shikumi-okf-version: 0.1.0.0+version: 0.1.0.1 synopsis: Generate OKF documentation bundles from shikumi programs (EP-31) @@ -49,7 +49,7 @@ build-depends: , base >=4.20 && <5 , okf-core ^>=0.1.0.0- , shikumi ^>=0.2.0.0+ , shikumi ^>=0.3.0.0 , text ^>=2.1 executable shikumi-okf-example@@ -58,8 +58,8 @@ main-is: Main.hs build-depends: , base- , shikumi ^>=0.2.0.0- , shikumi-okf ^>=0.1.0.0+ , shikumi ^>=0.3.0.0+ , shikumi-okf ^>=0.1.0.1 , text test-suite shikumi-okf-test@@ -74,8 +74,8 @@ , effectful , filepath , okf-core ^>=0.1.0.0- , shikumi ^>=0.2.0.0- , shikumi-okf ^>=0.1.0.0+ , shikumi ^>=0.3.0.0+ , shikumi-okf ^>=0.1.0.1 , tasty , tasty-hunit , text