/var/lib/ghc/package.conf.d/fclabels-2.0.2.3.conf is in libghc-fclabels-dev 2.0.2.3-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 | name: fclabels
version: 2.0.2.3
id: fclabels-2.0.2.3-8675886bb06bef7ad75ea6d9cd3e84c6
key: fclab_350ky9yY34fEVqZZEODRRb
license: BSD3
maintainer: Sebastiaan Visser <code@fvisser.nl>
homepage: https://github.com/sebastiaanvisser/fclabels
synopsis: First class accessor labels implemented as lenses.
description:
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. Lenses can be used to /get/,
/set/ and /modify/ parts of a data type in a consistent way.
.
See "Data.Label" for an introductory explanation or see the
introductory blog post at
<http://fvisser.nl/post/2013/okt/1/fclabels-2.0.html>
.
* /Total and partial lenses/
.
Internally lenses do not used Haskell functions directly, but
are implemented as categories. Categories 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 "Data.Label.Partial" for the use of partial labels.
.
* /Monomorphic and polymorphic lenses/
.
We have both polymorphic and monomorphic lenses. Polymorphic
lenses allow updates that change the type. The types of
polymorphic lenses are slightly more verbose than their
monomorphic counterparts, but their usage is similar. Because
monomorphic lenses are built by restricting the types of
polymorphic lenses they are essentially the same and can be
freely composed with eachother.
.
See "Data.Label.Mono" and "Data.Label.Poly" for the difference
between polymorphic and monomorphic lenses.
.
* /Using fclabels/
.
To simplify working with labels we supply both a set of labels
for Haskell's base types, like lists, tuples, Maybe and Either,
and we supply a set of combinators for working with labels for
values in the Reader and State monad.
.
See "Data.Label.Base" and "Data.Label.Monadic" for more
information.
.
* /Changelog from 2.0.2.1 to 2.0.2.2/
.
> - Restored support for GHC 7.4.
category: Data, Lenses
author: Sebastiaan Visser, Erik Hesselink, Chris Eidhof, Sjoerd Visscher
with lots of help and feedback from others.
exposed: True
exposed-modules:
Data.Label Data.Label.Base Data.Label.Derive Data.Label.Failing
Data.Label.Monadic Data.Label.Mono Data.Label.Partial
Data.Label.Point Data.Label.Poly Data.Label.Total
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/fclabels-2.0.2.3-350ky9yY34fEVqZZEODRRb
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/fclabels-2.0.2.3-350ky9yY34fEVqZZEODRRb
data-dir: /usr/share/fclabels
hs-libraries: HSfclabels-2.0.2.3-350ky9yY34fEVqZZEODRRb
depends:
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
mtl-2.2.1-3af90341e75ee52dfc4e3143b4e5d219
template-haskell-2.10.0.0-3c4cb52230f347282af9b2817f013181
transformers-0.4.2.0-81450cd8f86b36eaa8fa0cbaf6efc3a3
haddock-interfaces: /usr/lib/ghc-doc/haddock/fclabels-2.0.2.3/fclabels.haddock
haddock-html: /usr/share/doc/libghc-fclabels-doc/html/
|