haskell-typed-process 0.2.11.1-1build1 source package in Ubuntu

Changelog

haskell-typed-process (0.2.11.1-1build1) oracular; urgency=medium

  * Rebuild against new GHC ABIs.

 -- Gianfranco Costamagna <email address hidden>  Wed, 15 May 2024 11:36:24 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Oracular
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
haskell-typed-process_0.2.11.1.orig.tar.gz 17.9 KiB d5c5dda091d61bac35de4ed6d9ddb530e4eb2564ca3c0b93e577762b63d94148
haskell-typed-process_0.2.11.1-1build1.debian.tar.xz 3.0 KiB c31c268bde953556e30c2e37ce4434876bef1ffd1990a728d531a054164b02f3
haskell-typed-process_0.2.11.1-1build1.dsc 2.7 KiB 08ba64d06b41f076866cd11270ebbeb8e3bb82d584c65dda4a6e6380725ca574

View changes file

Binary packages built by this source

libghc-typed-process-dev: run external processes, with strong typing of streams

 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:
 .
  * Using type variables to represent the standard streams, making
    them easier to manipulate
  * Use proper concurrency (e.g., the async library) in place of the
    weird lazy I/O tricks for such things as consuming output streams
  * Allow for more complex concurrency by providing STM-based functions
  * Using binary I/O correctly
  * Providing a more composable API, designed to be easy to use for
    both simple and complex use cases
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-typed-process-doc: run external processes, with strong typing of streams; documentation

 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:
 .
  * Using type variables to represent the standard streams, making
    them easier to manipulate
  * Use proper concurrency (e.g., the async library) in place of the
    weird lazy I/O tricks for such things as consuming output streams
  * Allow for more complex concurrency by providing STM-based functions
  * Using binary I/O correctly
  * Providing a more composable API, designed to be easy to use for
    both simple and complex use cases
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-typed-process-prof: run external processes, with strong typing of streams; profiling libraries

 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:
 .
  * Using type variables to represent the standard streams, making
    them easier to manipulate
  * Use proper concurrency (e.g., the async library) in place of the
    weird lazy I/O tricks for such things as consuming output streams
  * Allow for more complex concurrency by providing STM-based functions
  * Using binary I/O correctly
  * Providing a more composable API, designed to be easy to use for
    both simple and complex use cases
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.