/var/lib/ghc/package.conf.d/hashmap-1.3.2.conf is in libghc-hashmap-dev 1.3.2-1build2.
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 | name: hashmap
version: 1.3.2
id: hashmap-1.3.2-8ti9kLF6Ce7A6C6mMXWQok
key: hashmap-1.3.2-8ti9kLF6Ce7A6C6mMXWQok
license: BSD3
copyright: (C) 2011-2012 Milan Straka, 2016 Ryan Scott
maintainer: Ryan Scott <ryan.gl.scott@gmail.com>
stability: Provisional
homepage: https://github.com/foxik/hashmap
synopsis: Persistent containers Map and Set based on hashing.
description:
An implementation of persistent 'Map' and 'Set' containers
based on hashing. The implementation is build on
top of 'Data.IntMap.IntMap' and 'Data.IntSet.IntSet',
with very similar API. It uses 'Hashable' class from the
@hashable@ package for hashing.
.
This package can be used as a drop-in replacement for
'Data.Map' and 'Data.Set' modules.
.
The @'Map' key value@ is an 'Data.IntMap.IntMap'
indexed by the hash value, containing either one ('key', 'value')
or a @'Data.Map.Map' key value@ for all keys with the same hash value.
.
The @'Set' elem@ is an 'Data.IntMap.IntMap' indexed by
the hash value, containing either one 'elem' or @'Data.Set.Set' elem@ for
all elements with the same hash value.
category: Data
author: Milan Straka
exposed: True
exposed-modules:
Data.HashMap Data.HashSet
abi: 7e8e3f54b061d954636ee802c550797f
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/hashmap-1.3.2-8ti9kLF6Ce7A6C6mMXWQok
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/hashmap-1.3.2-8ti9kLF6Ce7A6C6mMXWQok
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/hashmap
hs-libraries: HShashmap-1.3.2-8ti9kLF6Ce7A6C6mMXWQok
depends:
base-4.9.1.0 containers-0.5.7.1 deepseq-1.4.2.0
hashable-1.2.6.1-2ZLNuHq395GGIHwEHuqZol
haddock-interfaces: /usr/lib/ghc-doc/haddock/hashmap-1.3.2/hashmap.haddock
haddock-html: /usr/share/doc/libghc-hashmap-doc/html/
|