[commit: packages/process] master: Include link to typed-process (ad34489)

git at git.haskell.org git at git.haskell.org
Wed Jul 19 21:19:37 UTC 2017


Repository : ssh://git@git.haskell.org/process

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/ad344892e2b745458c44ffcb079a52a274f683f2/process

>---------------------------------------------------------------

commit ad344892e2b745458c44ffcb079a52a274f683f2
Author: Michael Snoyman <michael at snoyman.com>
Date:   Thu Mar 9 11:09:02 2017 +0200

    Include link to typed-process


>---------------------------------------------------------------

ad344892e2b745458c44ffcb079a52a274f683f2
 process.cabal | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/process.cabal b/process.cabal
index cfdb867..98516f6 100644
--- a/process.cabal
+++ b/process.cabal
@@ -11,6 +11,12 @@ build-type:    Configure
 cabal-version: >=1.10
 description:
     This package contains libraries for dealing with system processes.
+    .
+    The typed-process package is a more recent take on a process API,
+    which uses this package internally. It features better binary
+    support, easier concurrency, and a more composable API. You can
+    read more about it at
+    <https://haskell-lang.org/library/typed-process>.
 
 extra-source-files:
     aclocal.m4



More information about the ghc-commits mailing list