unfork 1.0.0.1 → 1.0.0.2
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- changelog.md +4/−0
- unfork.cabal +2/−2
changelog.md view
@@ -1,3 +1,7 @@+### 1.0.0.2 (2025-01-21)++Version bumps+ ### 1.0.0.1 (2022-12-31) Support GHC 9.4
unfork.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0 name: unfork-version: 1.0.0.1+version: 1.0.0.2 category: Concurrency synopsis: Make any action thread safe @@ -46,7 +46,7 @@ -Wall build-depends: async ^>= 2.2.4- , base ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17+ , base ^>= 4.18 || ^>= 4.19 , safe-exceptions ^>= 0.1.7 , stm ^>= 2.5