/var/lib/ghc/package.conf.d/uniplate-1.6.12.conf is in libghc-uniplate-dev 1.6.12-6+b1.
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 | name: uniplate
version: 1.6.12
id: uniplate-1.6.12-GlIXchq8eyU5fQlB5lQgci
key: uniplate-1.6.12-GlIXchq8eyU5fQlB5lQgci
license: BSD3
copyright: Neil Mitchell 2006-2013
maintainer: Neil Mitchell <ndmitchell@gmail.com>
homepage: http://community.haskell.org/~ndm/uniplate/
synopsis: Help writing simple, concise and fast generic operations.
description:
Uniplate is library for writing simple and concise generic operations.
Uniplate has similar goals to the original Scrap Your Boilerplate work,
but is substantially simpler and faster. The Uniplate manual is available at
<http://community.haskell.org/~ndm/darcs/uniplate/uniplate.htm>.
.
To get started with Uniplate you should import one of the three following
modules:
.
* "Data.Generics.Uniplate.Data" - to quickly start writing generic functions.
Most users should start by importing this module.
.
* "Data.Generics.Uniplate.Direct" - a replacement for "Data.Generics.Uniplate.Data"
with substantially higher performance (around 5 times), but requires writing
instance declarations.
.
* "Data.Generics.Uniplate.Operations" - definitions of all the operations defined
by Uniplate. Both the above two modules re-export this module.
.
In addition, some users may want to make use of the following modules:
.
* "Data.Generics.Uniplate.Zipper" - a zipper built on top of Uniplate instances.
.
* "Data.Generics.SYB" - users transitioning from the Scrap Your Boilerplate library.
.
* "Data.Generics.Compos" - users transitioning from the Compos library.
.
* "Data.Generics.Uniplate.DataOnly" - users making use of both @Data@ and @Direct@
to avoid getting instance conflicts.
category: Generics
author: Neil Mitchell <ndmitchell@gmail.com>
exposed: True
exposed-modules:
Data.Generics.Str Data.Generics.Compos Data.Generics.SYB
Data.Generics.Uniplate.Data Data.Generics.Uniplate.Data.Instances
Data.Generics.Uniplate.DataOnly Data.Generics.Uniplate.Direct
Data.Generics.Uniplate.Operations Data.Generics.Uniplate.Typeable
Data.Generics.Uniplate.Zipper Data.Generics.Uniplate
Data.Generics.UniplateOn Data.Generics.UniplateStr
Data.Generics.UniplateStrOn Data.Generics.Biplate
Data.Generics.PlateDirect Data.Generics.PlateTypeable
Data.Generics.PlateData
hidden-modules: Data.Generics.Uniplate.Internal.Data
Data.Generics.Uniplate.Internal.DataOnlyOperations
Data.Generics.Uniplate.Internal.Utils
abi: 2fdc5a9dcdce76cfe5b86b47a8744c82
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/uniplate-1.6.12-GlIXchq8eyU5fQlB5lQgci
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/uniplate-1.6.12-GlIXchq8eyU5fQlB5lQgci
data-dir: /usr/share/uniplate
hs-libraries: HSuniplate-1.6.12-GlIXchq8eyU5fQlB5lQgci
depends:
base-4.9.0.0 containers-0.5.7.1
hashable-1.2.4.0-EMu4H7FB10MAl6hwKw992G
syb-0.6-C65vWCsht6A8uLstpQIXyj
unordered-containers-0.2.7.1-Eo9jd5DMz45DhBLCG8skzW
haddock-interfaces: /usr/lib/ghc-doc/haddock/uniplate-1.6.12/uniplate.haddock
haddock-html: /usr/share/doc/libghc-uniplate-doc/html/
|