/var/lib/ghc/package.conf.d/fingertree-0.1.1.0.conf is in libghc-fingertree-dev 0.1.1.0-3.
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 | name: fingertree
version: 0.1.1.0
id: fingertree-0.1.1.0-40f1e6845ddd53fd219763dc87c9ce79
key: finge_1lOqL113GSbGT54Xr1ttX9
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
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/fingertree-0.1.1.0-1lOqL113GSbGT54Xr1ttX9
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/fingertree-0.1.1.0-1lOqL113GSbGT54Xr1ttX9
data-dir: /usr/share/fingertree
hs-libraries: HSfingertree-0.1.1.0-1lOqL113GSbGT54Xr1ttX9
depends:
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
haddock-interfaces: /usr/lib/ghc-doc/haddock/fingertree-0.1.1.0/fingertree.haddock
haddock-html: /usr/share/doc/libghc-fingertree-doc/html/
|