/var/lib/ghc/package.conf.d/dual-tree-0.2.1.conf is in libghc-dual-tree-dev 0.2.1-1build2.
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 | name: dual-tree
version: 0.2.1
id: dual-tree-0.2.1-6irCX9whN8x84Sq0n3Zhw9
key: dual-tree-0.2.1-6irCX9whN8x84Sq0n3Zhw9
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
abi: bba4d77ce0191f98cc3e14a09d300156
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/dual-tree-0.2.1-6irCX9whN8x84Sq0n3Zhw9
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/dual-tree-0.2.1-6irCX9whN8x84Sq0n3Zhw9
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/dual-tree
hs-libraries: HSdual-tree-0.2.1-6irCX9whN8x84Sq0n3Zhw9
depends:
base-4.9.1.0 monoid-extras-0.4.2-5IWBO1436f77Mw95kLIiwW
newtype-generics-0.5.1-JNUifO9pZvW31MVj2qFeLE
semigroups-0.18.3-5xL9BgkWQsCGwo6YahyMCM
haddock-interfaces: /usr/lib/ghc-doc/haddock/dual-tree-0.2.1/dual-tree.haddock
haddock-html: /usr/share/doc/libghc-dual-tree-doc/html/
|