haskell-these 0.7.3-3build2 source package in Ubuntu

Changelog

haskell-these (0.7.3-3build2) bionic; urgency=medium

  * No-change rebuild for new GHC ABIs

 -- Steve Langasek <email address hidden>  Sat, 04 Nov 2017 05:16:55 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
haskell-these_0.7.3.orig.tar.gz 17.2 KiB 14339c111ec2caffcb2a9f64164a5dc307a0afb716925ddcb1774d9d442a3d9b
haskell-these_0.7.3-3build2.debian.tar.xz 3.6 KiB 05a460988430e114b82c014afe00504dc95a66111558cdce763a8468ae7d88e6
haskell-these_0.7.3-3build2.dsc 4.0 KiB 63e5b3b96747ed4ef093463e39b138ce1707b4f051b1c1fcfb79d301b932b393

Available diffs

View changes file

Binary packages built by this source

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

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

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

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

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.