haskell-pid1 0.1.3.0-1build2 source package in Ubuntu

Changelog

haskell-pid1 (0.1.3.0-1build2) lunar; urgency=medium

  * Rebuild against new GHC ABI.

 -- Gianfranco Costamagna <email address hidden>  Fri, 09 Dec 2022 14:17:07 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
haskell-pid1_0.1.3.0.orig.tar.gz 7.5 KiB 4115e40ee9723fdb4380ddd25d4029c4c58f19dcf68a3204343ed8c7ec0051d4
haskell-pid1_0.1.3.0-1build2.debian.tar.xz 2.4 KiB 20ba8d50b1628e9258c00f4095eb6ec705685f06b5a019296c074aaf382c89b8
haskell-pid1_0.1.3.0-1build2.dsc 2.1 KiB af96d4441a0fda9a23adecc54d29cb040264f0c5111df5937819f5b8c5a8215e

View changes file

Binary packages built by this source

libghc-pid1-dev: signal handling and orphan reaping for Unix PID1 init processes

 Library/executable for initializing signal handlers, spawning and
 child process, and reaping orphan processes. These are the
 responsibilities that must be fulfilled by the initial process in a
 Unix system, and in particular comes up when running Docker
 containers.
 .
 This library/executable will automatically detect if it is run as some
 process besides PID1 and, if so, use a straightforward exec system
 call instead.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-pid1-doc: signal handling and orphan reaping for Unix PID1 init processes; documentation

 Library/executable for initializing signal handlers, spawning and
 child process, and reaping orphan processes. These are the
 responsibilities that must be fulfilled by the initial process in a
 Unix system, and in particular comes up when running Docker
 containers.
 .
 This library/executable will automatically detect if it is run as some
 process besides PID1 and, if so, use a straightforward exec system
 call instead.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-pid1-prof: signal handling and orphan reaping for Unix PID1 init processes; profiling libraries

 Library/executable for initializing signal handlers, spawning and
 child process, and reaping orphan processes. These are the
 responsibilities that must be fulfilled by the initial process in a
 Unix system, and in particular comes up when running Docker
 containers.
 .
 This library/executable will automatically detect if it is run as some
 process besides PID1 and, if so, use a straightforward exec system
 call instead.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.

pid1: signal handling and orphan reaping for Unix PID1 init processes

 Library/executable for initializing signal handlers, spawning and
 child process, and reaping orphan processes. These are the
 responsibilities that must be fulfilled by the initial process in a
 Unix system, and in particular comes up when running Docker
 containers.
 .
 This library/executable will automatically detect if it is run as some
 process besides PID1 and, if so, use a straightforward exec system
 call instead.