haskell-fclabels 2.0.3.3-4 source package in Ubuntu

Changelog

haskell-fclabels (2.0.3.3-4) unstable; urgency=medium

  * Fix build with new ghc

 -- Gianfranco Costamagna <email address hidden>  Fri, 23 Aug 2019 14:34:35 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe haskell

Downloads

File Size SHA-256 Checksum
haskell-fclabels_2.0.3.3-4.dsc 2.3 KiB ad6670ec5f8827b2aa44b25d6728f9a395570f12771752b0b96eb4e52a42d1d6
haskell-fclabels_2.0.3.3.orig.tar.gz 24.1 KiB 9a9472a46dc23b5acc0545d345ecd708f7b003f72ab212e2d12125b902b9c2e0
haskell-fclabels_2.0.3.3-4.debian.tar.xz 3.6 KiB 32fbe6ff3f9eb3879c767d9e60ebb815fe43068b5b9404f719412780c79ff77d

No changes file available.

Binary packages built by this source

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

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

libghc-fclabels-doc: first-class accessor labels; documentation

 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 documentation files.

libghc-fclabels-prof: first-class accessor labels; profiling libraries

 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 libraries compiled with profiling enabled.