/var/lib/ghc/package.conf.d/dual-tree-0.2.0.8.conf is in libghc-dual-tree-dev 0.2.0.8-1build1.
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 | name: dual-tree
version: 0.2.0.8
id: dual-tree-0.2.0.8-39e6c444746d1dc62a2a220f543854f2
key: dualt_9gSDIwikm19Bt9KnAb30jj
license: BSD3
maintainer: diagrams-discuss@googlegroups.com
synopsis: Rose trees with cached and accumulating monoidal annotations
description:
Rose (n-ary) trees with both upwards- (/i.e./
cached) and downwards-traveling (/i.e./
accumulating) monoidal annotations. This is used
as the core data structure underlying
the @diagrams@ framework
(<http://projects.haskell.org/diagrams>), but
potentially has other applications as well.
.
Abstractly, a DUALTree is a rose (n-ary) tree
with data (of type @l@) at leaves, data (of type
@a@) at internal nodes, and two types of monoidal
annotations, one (of type @u@) travelling \"up\"
the tree and one (of type @d@) traveling
\"down\".
.
See "Data.Tree.DUAL" for full documentation.
"Data.Tree.DUAL" provides a public API which
should suffice for most purposes.
"Data.Tree.DUAL.Internal" exports more of the
internal implementation---use it at your own
risk.
category: Data
author: Brent Yorgey
exposed: True
exposed-modules:
Data.Tree.DUAL Data.Tree.DUAL.Internal
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/dual-tree-0.2.0.8-9gSDIwikm19Bt9KnAb30jj
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/dual-tree-0.2.0.8-9gSDIwikm19Bt9KnAb30jj
data-dir: /usr/share/dual-tree
hs-libraries: HSdual-tree-0.2.0.8-9gSDIwikm19Bt9KnAb30jj
depends:
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
monoid-extras-0.4.0.3-3dbece5a74323e0e1cdb92acf3a318a4
newtype-0.2-e5433142a01657cbee9c3fa5cc1368ed
semigroups-0.18.0.1-8280af83a74b71fe859e6151e1ac901a
haddock-interfaces: /usr/lib/ghc-doc/haddock/dual-tree-0.2.0.8/dual-tree.haddock
haddock-html: /usr/share/doc/libghc-dual-tree-doc/html/
|