packages feed

om-fork 0.7.1.7 → 0.7.1.8

raw patch · 1 files changed

+5/−5 lines, 1 filesdep ~aesondep ~basedep ~textPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: aeson, base, text

API changes (from Hackage documentation)

- OM.Fork: type family Msg a;
+ OM.Fork: type Msg a;

Files

om-fork.cabal view
@@ -1,6 +1,6 @@ cabal-version:       3.0 name:                om-fork-version:             0.7.1.7+version:             0.7.1.8 synopsis:            Concurrency utilities. description:         Actor pattern and some limited structured concurrency                      tools@@ -9,7 +9,7 @@ license-file:        LICENSE author:              Rick Owens maintainer:          rick@owensmurray.com-copyright:           2018 Owens Murray, LLC.+copyright:           2023 Owens Murray, LLC. -- category:             build-type:          Simple extra-source-files:@@ -18,13 +18,13 @@  common dependencies   build-depends:-    , aeson        >= 2.0.3.0  && < 2.1-    , base         >= 4.15.0.0 && < 4.16+    , aeson        >= 2.0.3.0  && < 2.3+    , base         >= 4.15.0.0 && < 4.18     , exceptions   >= 0.10.4   && < 0.11     , ki           >= 1.0.0    && < 1.1     , monad-logger >= 0.3.36   && < 0.4     , om-show      >= 0.1.2.0  && < 0.2-    , text         >= 1.2.5.0  && < 1.3+    , text         >= 1.2.5.0  && < 2.1     , unliftio     >= 0.2.22.0 && < 0.3  common warnings