./sysutils/hs-typed-process, Run external processes, with strong typing of streams

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.2.11.1nb1, Package name: hs-typed-process-0.2.11.1nb1, Maintainer: pho

This library provides the ability to launch and interact with external
processes. It wraps around the process library, and intends to improve
upon it by:

1. Using type variables to represent the standard streams, making them
easier to manipulate

2. Use proper concurrency (e.g., the async library) in place of the
weird lazy I/O tricks for such things as consuming output streams

3. Allow for more complex concurrency by providing STM-based functions

4. Using binary I/O correctly

5. Providing a more composable API, designed to be easy to use for
both simple and complex use cases


Master sites:

Filesize: 17.909 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-29 10:39:14 by Masatake Daimon | Files touched by this commit (4)
Log message:
sysutils/hs-typed-process: Update to 0.2.11.1

0.2.11.1
    No user-visible changes

0.2.11.0
    Expose more from System.Process.Typed.Internal
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   2022-09-07 08:50:53 by Masatake Daimon | Files touched by this commit (149) | Package updated
Log message:
Recursive bump for recently updated Haskell packages
   2022-09-07 04:18:04 by Masatake Daimon | Files touched by this commit (3)
Log message:
sysutils/typed-process: Update to 0.2.10.1

0.2.10.0
* Add mkPipeStreamSpec

0.2.9.0
* Re-export StdStream
   2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872)
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
   2022-02-12 09:51:00 by Masatake Daimon | Files touched by this commit (575)
Log message:
revbump after changing the default Haskell compiler
   2022-02-12 05:49:33 by Masatake Daimon | Files touched by this commit (3)
Log message:
Update to typed-process-0.2.8.0

0.2.8.0
    Re-export ExitCode, ExitSuccess and ExitFailure.

0.2.7.0
    Include empty argument in the show instance.

0.2.6.3
    Doc improvements

0.2.6.2
    Doc improvements