/var/lib/ghc/package.conf.d/MemoTrie-0.6.8.conf is in libghc-memotrie-dev 0.6.8-1build1.
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 | name: MemoTrie
version: 0.6.8
id: MemoTrie-0.6.8-HM79sUMO5GAEkF1QO8gJSU
key: MemoTrie-0.6.8-HM79sUMO5GAEkF1QO8gJSU
license: BSD3
copyright: (c) 2008-2016 by Conal Elliott
maintainer: conal@conal.net
stability: experimental
homepage: https://github.com/conal/MemoTrie
synopsis: Trie-based memo functions
description:
MemoTrie provides a basis for memoized functions over some domains,
using tries. It's based on ideas from Ralf Hinze and code from
Spencer Janssen. Generic support thanks to Sam Boosalis.
.
Project wiki page: <http://haskell.org/haskellwiki/MemoTrie>
.
© 2008-2016 by Conal Elliott; BSD3 license.
category: Data
author: Conal Elliott
exposed: True
exposed-modules:
Data.MemoTrie
abi: e4c0ac656803bac56aa1d34794b8179b
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/MemoTrie-0.6.8-HM79sUMO5GAEkF1QO8gJSU
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/MemoTrie-0.6.8-HM79sUMO5GAEkF1QO8gJSU
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/memotrie
hs-libraries: HSMemoTrie-0.6.8-HM79sUMO5GAEkF1QO8gJSU
depends:
base-4.9.1.0 newtype-generics-0.5.1-JNUifO9pZvW31MVj2qFeLE
haddock-interfaces: /usr/lib/ghc-doc/haddock/memotrie-0.6.8/MemoTrie.haddock
haddock-html: /usr/share/doc/libghc-memotrie-doc/html/
|