/var/lib/ghc/package.conf.d/dual-tree-0.2.0.4.conf is in libghc-dual-tree-dev 0.2.0.4-1+b3.
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 | name: dual-tree
version: 0.2.0.4
id: dual-tree-0.2.0.4-37c14d0b32e90b200f109f1753ec7abe
license: BSD3
copyright:
maintainer: diagrams-discuss@googlegroups.com
stability:
homepage:
package-url:
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
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/dual-tree-0.2.0.4/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/dual-tree-0.2.0.4/ghc-7.6.3
hs-libraries: HSdual-tree-0.2.0.4
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
monoid-extras-0.3.3.4-216ddefa8769bca22bcc50ca2f22ea4b
newtype-0.2-8da041c6c8faf3a6397c01eab06da436
semigroups-0.15.3-f01224638d8ef67a79d1815551975c8a
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/dual-tree-0.2.0.4/dual-tree.haddock
haddock-html: /usr/share/doc/libghc-dual-tree-doc/html/
|