aihc-cpp 1.0.0.0 → 1.0.0.1
raw patch · 2 files changed
+9/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +7/−0
- aihc-cpp.cabal +2/−1
CHANGELOG.md view
@@ -6,6 +6,13 @@ ## [Unreleased] +## [1.0.0.1] - 2026-05-27++### Fixed++- Marked the internal `cpp-progress` executable as private so Hackage lists+ `aihc-cpp` as a library-only package.+ ## [1.0.0.0] - 2026-05-27 ### Added
aihc-cpp.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.8 name: aihc-cpp-version: 1.0.0.0+version: 1.0.0.1 build-type: Simple license: Unlicense license-file: LICENSE@@ -69,6 +69,7 @@ default-language: Haskell2010 executable cpp-progress+ scope: private hs-source-dirs: app/cpp-progress test