/var/lib/ghc/package.conf.d/uniplate-1.6.6.conf is in libghc-uniplate-dev 1.6.6-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: uniplate
version: 1.6.6
id: uniplate-1.6.6-7eb77bb16b1f713ed6ca8b010b19a7a6
license: BSD3
copyright: Neil Mitchell 2006-2012
maintainer: Neil Mitchell <ndmitchell@gmail.com>
stability:
homepage: http://community.haskell.org/~ndm/uniplate/
package-url:
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.PlateInternal
Data.Generics.Uniplate.Internal.Data
Data.Generics.Uniplate.Internal.DataOnlyOperations
Data.Generics.Uniplate.Internal.Utils
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/uniplate-1.6.6/ghc-7.4.1
library-dirs: /usr/lib/haskell-packages/ghc/lib/uniplate-1.6.6/ghc-7.4.1
hs-libraries: HSuniplate-1.6.6
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.5.0.0-40b99d05fae6a4eea95ea69e6e0c9702
containers-0.4.2.1-cfc6420ecc2194c9ed977b06bdfd9e69
hashable-1.1.2.3-6744ae0b01d26a6e487359e8e394a1a0
syb-0.3.6-080afb8a2fa726e4b2c2d98baada324f
unordered-containers-0.1.4.6-943c5f198002e0b7a1ef2df16b5c0330
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/uniplate-1.6.6/uniplate.haddock
haddock-html: /usr/share/doc/libghc-uniplate-doc/html/
|