polysemy-process 0.10.0.0 → 0.11.0.0
raw patch · 1 files changed
+13/−9 lines, 1 filesdep ~pathdep ~path-iodep ~polysemy-conc
Dependency ranges changed: path, path-io, polysemy-conc, stm-chans, typed-process
Files
- polysemy-process.cabal +13/−9
polysemy-process.cabal view
@@ -1,11 +1,11 @@ cabal-version: 2.2 --- This file has been generated from package.yaml by hpack version 0.34.6.+-- This file has been generated from package.yaml by hpack version 0.34.7. -- -- see: https://github.com/sol/hpack name: polysemy-process-version: 0.10.0.0+version: 0.11.0.0 synopsis: Polysemy effects for system processes description: See https://hackage.haskell.org/package/polysemy-process/docs/Polysemy-Process.html category: Concurrency@@ -76,6 +76,7 @@ DisambiguateRecordFields DoAndIfThenElse DuplicateRecordFields+ EmptyCase EmptyDataDecls ExistentialQuantification FlexibleContexts@@ -90,8 +91,9 @@ MultiParamTypeClasses MultiWayIf NamedFieldPuns- OverloadedStrings+ OverloadedLabels OverloadedLists+ OverloadedStrings PackageImports PartialTypeSignatures PatternGuards@@ -119,16 +121,16 @@ build-depends: base >=4.12 && <5 , incipit-core >=0.3- , path >=0.7- , path-io >=1.6.2+ , path ==0.9.*+ , path-io ==1.7.* , polysemy >=1.6- , polysemy-conc >=0.9+ , polysemy-conc >=0.11 , polysemy-resume >=0.5 , polysemy-time >=0.5 , posix-pty >=0.2 , process- , stm-chans >=2- , typed-process >=0.2.6+ , stm-chans >=3 && <3.1+ , typed-process >=0.2.6 && <0.3 , unix mixins: base hiding (Prelude)@@ -164,6 +166,7 @@ DisambiguateRecordFields DoAndIfThenElse DuplicateRecordFields+ EmptyCase EmptyDataDecls ExistentialQuantification FlexibleContexts@@ -178,8 +181,9 @@ MultiParamTypeClasses MultiWayIf NamedFieldPuns- OverloadedStrings+ OverloadedLabels OverloadedLists+ OverloadedStrings PackageImports PartialTypeSignatures PatternGuards