om-fork 0.7.1.8 → 0.7.1.9
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~basedep ~om-showdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, om-show, text
API changes (from Hackage documentation)
Files
- om-fork.cabal +4/−4
om-fork.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: om-fork-version: 0.7.1.8+version: 0.7.1.9 synopsis: Concurrency utilities. description: Actor pattern and some limited structured concurrency tools@@ -19,12 +19,12 @@ common dependencies build-depends: , aeson >= 2.0.3.0 && < 2.3- , base >= 4.15.0.0 && < 4.18+ , base >= 4.15.1.0 && < 4.20 , 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 && < 2.1+ , om-show >= 0.1.2.6 && < 0.2+ , text >= 1.2.5.0 && < 2.2 , unliftio >= 0.2.22.0 && < 0.3 common warnings