/var/lib/ghc/package.conf.d/fingertree-0.1.3.1.conf is in libghc-fingertree-dev 0.1.3.1-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 | name: fingertree
version: 0.1.3.1
id: fingertree-0.1.3.1-EBUGcc9R05eGdARGf8l7Ab
key: fingertree-0.1.3.1-EBUGcc9R05eGdARGf8l7Ab
license: BSD3
copyright: (c) 2006 Ross Paterson, Ralf Hinze
maintainer: Ross Paterson <R.Paterson@city.ac.uk>
synopsis: Generic finger-tree structure, with example instances
description:
A general sequence representation with arbitrary
annotations, for use as a base for implementations of
various collection types, with examples, as described
in section 4 of
.
* Ralf Hinze and Ross Paterson,
\"Finger trees: a simple general-purpose data structure\",
/Journal of Functional Programming/ 16:2 (2006) pp 197-217.
<http://staff.city.ac.uk/~ross/papers/FingerTree.html>
.
For a tuned sequence type, see @Data.Sequence@ in the
@containers@ package, which is a specialization of
this structure.
category: Data Structures
exposed: True
exposed-modules:
Data.FingerTree Data.IntervalMap.FingerTree
Data.PriorityQueue.FingerTree
abi: 392543126e912a45eb933335848f143a
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/fingertree-0.1.3.1-EBUGcc9R05eGdARGf8l7Ab
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/fingertree-0.1.3.1-EBUGcc9R05eGdARGf8l7Ab
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/fingertree
hs-libraries: HSfingertree-0.1.3.1-EBUGcc9R05eGdARGf8l7Ab
depends:
base-4.9.1.0
haddock-interfaces: /usr/lib/ghc-doc/haddock/fingertree-0.1.3.1/fingertree.haddock
haddock-html: /usr/share/doc/libghc-fingertree-doc/html/
|