haskell-pid1 0.1.3.1-1build1 source package in Ubuntu

Changelog

haskell-pid1 (0.1.3.1-1build1) oracular; urgency=medium

  * Rebuild against new GHC ABIs.

 -- Gianfranco Costamagna <email address hidden>  Wed, 15 May 2024 10:33:06 +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-pid1_0.1.3.1.orig.tar.gz 7.0 KiB d48291a1eb3522463f6dec308c0fa79bd068251518f7755ad80d5ef23e28d6f7
haskell-pid1_0.1.3.1-1build1.debian.tar.xz 2.4 KiB 58a81177ee6ef61d67dcda753a5a1cb8823bdf79f2d17c800c3c98d453fc38ca
haskell-pid1_0.1.3.1-1build1.dsc 2.1 KiB 95589935d8b06cd6e9ad28667584777140a99b567387a60176a340404adb630b

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.