/var/lib/ghc/package.conf.d/uniplate-1.6.11.conf is in libghc-uniplate-dev 1.6.11-2+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 68 69 70 71 72 73 74 75 | name: uniplate
version: 1.6.11
id: uniplate-1.6.11-dd043c3f3337a80d6c9e4c3cc15a4677
license: BSD3
copyright: Neil Mitchell 2006-2013
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.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.11/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/uniplate-1.6.11/ghc-7.6.3
hs-libraries: HSuniplate-1.6.11
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2
hashable-1.2.1.0-7e83190fbb1b0ba81d7022fa876f0f8b
syb-0.4.0-c48d52f3188b986ddaa9dd9ae40072f8
unordered-containers-0.2.5.0-11c50452e1ec4de862c3ca415f189512
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/uniplate-1.6.11/uniplate.haddock
haddock-html: /usr/share/doc/libghc-uniplate-doc/html/
|