haskell-fclabels 2.0.2.2-2build2 source package in Ubuntu

Changelog

haskell-fclabels (2.0.2.2-2build2) wily; urgency=medium

  * Rebuild for new GHC ABIs.

 -- Colin Watson <email address hidden>  Mon, 01 Jun 2015 23:47:23 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Wily
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
haskell
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-fclabels_2.0.2.2.orig.tar.gz 22.2 KiB 4865e78c114120bde4313ee9b0e90d39e4e03292c7c80f20359140e167ad754b
haskell-fclabels_2.0.2.2-2build2.debian.tar.xz 2.7 KiB a027e5968f41e0cee52b98b11a072787e953fceaa7aad1a2dace340f422ee0cf
haskell-fclabels_2.0.2.2-2build2.dsc 2.3 KiB 4dc4a78caddc47d0005d7c0c463563d0f604745babb4ef9302cae67345efd864

View changes file

Binary packages built by this source

libghc-fclabels-dev: first-class accessor labels

 This package provides first class labels that can act as
 bidirectional record fields. The labels can be derived
 automatically using Template Haskell which means you don't have
 to write any boilerplate yourself. The labels are implemented as
 lenses and are fully composable. Labels can be used to /get/,
 /set/ and /modify/ parts of a datatype in a consistent way.
 .
 See "Data.Label" for an introductory explanation.
 .
 Internally lenses are not tied to Haskell functions directly,
 but are implemented as arrows. Arrows allow the lenses to be run
 in custom computational contexts. This approach allows us to
 make partial lenses that point to fields of multi-constructor
 datatypes in an elegant way.
 .
 See the "Data.Label.Maybe" module for the use of partial labels.
 .
 > 1.1.1.0 -> 1.1.2
 > - Added partial set/modify versions that act as identity
 > when the constructor field is not available.
 .
  Author: Sebastiaan Visser, Erik Hesselink, Chris Eidhof, Sjoerd Visscher
 with lots of help and feedback from others.
  Upstream-Maintainer: Sebastiaan Visser <code@fvisser.nl>
 .
 This package contains the normal library files.

libghc-fclabels-doc: No summary available for libghc-fclabels-doc in ubuntu wily.

No description available for libghc-fclabels-doc in ubuntu wily.

libghc-fclabels-prof: No summary available for libghc-fclabels-prof in ubuntu wily.

No description available for libghc-fclabels-prof in ubuntu wily.