/var/lib/ghc/package.conf.d/hashmap-1.3.0.1.conf is in libghc-hashmap-dev 1.3.0.1-3build2.
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 45 46 47 48 49 50 51 | name: hashmap
version: 1.3.0.1
id: hashmap-1.3.0.1-28107f505c3488cec9474b5dd33b1e17
license: BSD3
copyright:
maintainer: fox@ucw.cz
stability: Provisional
homepage: http://git.auryn.cz/haskell/hashmap/
package-url:
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
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/hashmap-1.3.0.1/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/hashmap-1.3.0.1/ghc-7.6.3
hs-libraries: HShashmap-1.3.0.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2
deepseq-1.3.0.1-5cc4cd89bdc2e8f6db1833d95ec36926
hashable-1.2.1.0-7e83190fbb1b0ba81d7022fa876f0f8b
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/hashmap-1.3.0.1/hashmap.haddock
haddock-html: /usr/share/doc/libghc-hashmap-doc/html/
|