/var/lib/ghc/package.conf.d/generic-trie-0.3.0.2.conf is in libghc-generic-trie-dev 0.3.0.2-3build1.
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 | name: generic-trie
version: 0.3.0.2
id: generic-trie-0.3.0.2-2TWXRwf8I05cvsltNpZiA
key: generic-trie-0.3.0.2-2TWXRwf8I05cvsltNpZiA
license: BSD3
maintainer: emertens@gmail.com
homepage: http://github.com/glguy/tries
synopsis: A map, where the keys may be complex structured data.
description:
This type implements maps where the keys are themselves
complex structured data. For example, the keys may be
the abstract syntax trees for a programming language.
The map is implemented as a trie, so common parts of the
keys will be shared in the representation. The library
provides a generic implementation of the data structure,
so values of types that have support for 'Generic' may
be automatically used as keys in the map.
category: Data
author: Eric Mertens
exposed: True
exposed-modules:
Data.GenericTrie Data.GenericTrie.Internal
abi: b7ae515848ce667fbe4bdb44c9080013
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/generic-trie-0.3.0.2-2TWXRwf8I05cvsltNpZiA
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/generic-trie-0.3.0.2-2TWXRwf8I05cvsltNpZiA
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/generic-trie
hs-libraries: HSgeneric-trie-0.3.0.2-2TWXRwf8I05cvsltNpZiA
depends:
base-4.9.1.0 containers-0.5.7.1 transformers-0.5.2.0
haddock-interfaces: /usr/lib/ghc-doc/haddock/generic-trie-0.3.0.2/generic-trie.haddock
haddock-html: /usr/share/doc/libghc-generic-trie-doc/html/
|