typed-process-effectful 1.0.0.4 → 1.0.0.5
raw patch · 2 files changed
+11/−7 lines, 2 filesdep ~effectfulPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: effectful
API changes (from Hackage documentation)
Files
- CHANGELOG.md +8/−4
- typed-process-effectful.cabal +3/−3
CHANGELOG.md view
@@ -1,19 +1,23 @@ # CHANGELOG +## v1.0.0.5 (2026-09-04)+* Bumped upper bound of effectful dependency to <2.8.+ ## v1.0.0.4 (2025-10-06)-* Bumped upper bounds of effectful dependency.+* Bumped upper bound of effectful dependency to <2.7. * Dropped support for GHC <9.2 and base <4.16. ## v1.0.0.3 (2024-10-31)-* Bumped upper bounds of effectful dependency.+* Bumped upper bound of effectful dependency to <2.6. Also removed effectful-core dependency. ## v1.0.0.2 (2024-07-16)-* Bumped upper bounds of bytestring and tasty dependency.+* Bumped upper bound of bytestring dependency to <0.13.+* Bumped upper bound of tasty dependency to <1.6. * Corrected lower bound of typed-process dependency. ## v1.0.0.1 (2023-10-07)-* Bumped upper bounds of effectful and effectful-core dependency.+* Bumped upper bounds of effectful and effectful-core dependency to <2.4. ## v1.0.0.0 (2023-08-23) * Initial release
typed-process-effectful.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: typed-process-effectful-version: 1.0.0.4+version: 1.0.0.5 synopsis: A binding of the typed-process library for the effectful effect system. @@ -32,7 +32,7 @@ extra-source-files: LICENSE.md -tested-with: ghc ==9.2.8 || ==9.4.8 || ==9.6.7 || ==9.8.4 || ==9.10.3 || ==9.12.2+tested-with: ghc ==9.2.8 || ==9.4.8 || ==9.6.7 || ==9.8.4 || ==9.10.3 || ==9.12.4 || ==9.14.1 source-repository head type: git@@ -60,7 +60,7 @@ build-depends: base >=4.16 && <5, bytestring <0.13,- effectful >=2.0 && <2.7,+ effectful >=2.0 && <2.8, typed-process >=0.2.8 && <0.3, test-suite typed-process-effectful-test