haskell-these 0.7.6-1build1 source package in Ubuntu

Changelog

haskell-these (0.7.6-1build1) eoan; urgency=medium

  * Rebuild against new GHC abi.

 -- Gianfranco Costamagna <email address hidden>  Thu, 08 Aug 2019 16:00:18 +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-these_0.7.6.orig.tar.gz 22.0 KiB 9464b83d98e626360a8ad9836ba77e5201cd1e9c89b95b1b11a28ef3c23ac746
haskell-these_0.7.6-1build1.debian.tar.xz 3.5 KiB 241bc769feb42553f82054cf0239fda8080bf7257ee3c2071cf24fcd2bdaccb9
haskell-these_0.7.6-1build1.dsc 3.8 KiB 22a73096fb289240657b16d9f62b8d875526ebcd27a82895711f224b233beb6d

View changes file

Binary packages built by this source

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

No description available for libghc-these-dev in ubuntu groovy.

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

No description available for libghc-these-doc in ubuntu groovy.

libghc-these-prof: either-or-both data type; profiling libraries

 Package provides a data type `These a b' which can hold a value of either
 type or values of each type. This is usually thought of as an "inclusive or"
 type (contrasting `Either a b' as "exclusive or") or as an "outer join" type
 (contrasting `(a, b)' as "inner join").
 .
 The major use case of this is provided by the Align class, representing a
 generalized notion of "zipping with padding" that combines structures without
 truncating to the size of the smaller input.
 .
 Also included is ChronicleT, a monad transformer based on the Monad instance
 for `These a', along with the usual monad transformer bells and whistles.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.