ki-unlifted 1.0.0 → 1.0.0.1
raw patch · 2 files changed
+7/−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 +4/−0
- ki-unlifted.cabal +3/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+## [1.0.0.1] - 2022-08-14++- Compat: support GHC 9.4.1+ ## [1.0.0] - 2022-06-30 - Initial release.
ki-unlifted.cabal view
@@ -11,7 +11,8 @@ name: ki-unlifted stability: experimental synopsis: A lightweight structured-concurrency library-version: 1.0.0+-- tested-with: GHC == 9.0.2, GHC == 9.2.4, GHC == 9.4.1+version: 1.0.0.1 description: A lightweight structured-concurrency library.@@ -29,7 +30,7 @@ common component build-depends:- base ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16,+ base ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17, default-extensions: AllowAmbiguousTypes BangPatterns