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

Changelog

haskell-typed-process (0.2.5.0-1build1) eoan; urgency=medium

  * Rebuild against new GHC abi.

 -- Gianfranco Costamagna <email address hidden>  Thu, 08 Aug 2019 13:46:22 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
haskell-typed-process_0.2.5.0.orig.tar.gz 16.7 KiB 596469abe5dba8421d0c79590568318dbee802409ec088f86d26c71df52fbd06
haskell-typed-process_0.2.5.0-1build1.debian.tar.xz 2.9 KiB 83c35568b25ea2d0737a0f1ec556ba62446bb93c920238198ce6bceb529319a3
haskell-typed-process_0.2.5.0-1build1.dsc 2.5 KiB a75db517b44ab87567bbd179d45159c389acec5b697c9ee6517f41806b3acab8

View changes file

Binary packages built by this source

libghc-typed-process-dev: No summary available for libghc-typed-process-dev in ubuntu groovy.

No description available for libghc-typed-process-dev in ubuntu groovy.

libghc-typed-process-doc: No summary available for libghc-typed-process-doc in ubuntu groovy.

No description available for libghc-typed-process-doc in ubuntu groovy.

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.