./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.12.0nb1, Package name: hs-typed-process-0.2.12.0nb1, 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: 18.513 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-02 14:06:08 by Masatake Daimon | Files touched by this commit (1173)
Log message:
Bump all Haskell packages after switching the default compiler.
   2025-01-30 12:45:55 by Masatake Daimon | Files touched by this commit (3) | Package updated
Log message:
sysutils/hs-typed-process: update to typed-process-0.2.12.0

## 0.2.12.0

* Add `getPid`, `exitCodeExceptionWithOutput`,
  `exitCodeExceptionNoOutput`,

* Re-export `System.Process.Pid`

* Thanks to Rebecca Turner @9999years
   2024-05-09 03:32:57 by Masatake Daimon | Files touched by this commit (1137)
Log message:
Recursive revbump after changing the default Haskell compiler
   2024-05-01 09:13:34 by Masatake Daimon | Files touched by this commit (1)
Log message:
sysutils/hs-typed-process: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.
   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