om-fork 0.7.1.12 → 0.7.1.13
raw patch · 2 files changed
+8/−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 +5/−0
- om-fork.cabal +3/−2
+ changelog.md view
@@ -0,0 +1,5 @@+# changelog++## 0.7.1.13 - 2026-03-01++- Supports GHC 9.14.
om-fork.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: om-fork-version: 0.7.1.12+version: 0.7.1.13 synopsis: Concurrency utilities. description: Actor pattern and some limited structured concurrency tools@@ -14,12 +14,13 @@ build-type: Simple extra-source-files: README.md+ changelog.md LICENSE common dependencies build-depends: , aeson >= 2.0.3.0 && < 2.3- , base >= 4.15.1.0 && < 4.22+ , base >= 4.15.1.0 && < 4.23 , exceptions >= 0.10.4 && < 0.11 , ki-unlifted >= 1.0.0.2 && < 1.1 , monad-logger >= 0.3.36 && < 0.4