/var/lib/ghc/package.conf.d/intern-0.9.1.4.conf is in libghc-intern-dev 0.9.1.4-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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | name: intern
version: 0.9.1.4
id: intern-0.9.1.4-3Uo8zIMbfjM5jiv015vI9q
key: intern-0.9.1.4-3Uo8zIMbfjM5jiv015vI9q
license: BSD3
copyright: Copyright (C) 2011-2014 Edward A. Kmett
maintainer: Edward A. Kmett <ekmett@gmail.com>
stability: experimental
homepage: http://github.com/ekmett/intern/
synopsis: Efficient hash-consing for arbitrary data types
description:
Changes from 0.8 to 0.9
.
* Removed 'identity' from the Interned class, to support applications where the identity is obtained by other means (e.g. a unique Ptr value)
.
Changes from 0.7 to 0.8
.
* Disabled cache removal as it was causing problems on large data sets. There is no good way to ensure that both references remain alive long enough to finish comparisons.
* Switched to IORef from MVar
.
Changes from 0.6 to 0.7
.
* Fixed problem where comparisons could happen between data structures while one was still a thunk, leading to equal structures comparing as inequal in limited circumstances, by appropriately using strictness annotations.
.
Efficient hash-consing for arbitrary data types
.
Changes from 0.5.2 to 0.6
.
* Widened the caches so they don't go through a single MVar per type. This has made a dramatic impact on performance. However, this broke the previous invariant that newer entries always had higher Ids than older entries.
.
Changes from 0.5.1 to 0.5.2
.
* Added Data.Interned.IntSet
category: Data, Data Structures
author: Edward A. Kmett
exposed: True
exposed-modules:
Data.Interned Data.Interned.ByteString Data.Interned.String
Data.Interned.Text Data.Interned.IntSet Data.Interned.Internal
Data.Interned.Internal.ByteString Data.Interned.Internal.String
Data.Interned.Internal.Text
abi: 19f76cb0e1e184c4bbd0aeb2ba9f775c
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/intern-0.9.1.4-3Uo8zIMbfjM5jiv015vI9q
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/intern-0.9.1.4-3Uo8zIMbfjM5jiv015vI9q
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/intern
hs-libraries: HSintern-0.9.1.4-3Uo8zIMbfjM5jiv015vI9q
depends:
array-0.5.1.1 base-4.9.1.0 bytestring-0.10.8.1
hashable-1.2.6.1-2ZLNuHq395GGIHwEHuqZol
text-1.2.2.2-9UQZjEJZQFSGMffj1Z5g00
unordered-containers-0.2.8.0-Bp9XgxjuHxcI4tFehVMDGC
haddock-interfaces: /usr/lib/ghc-doc/haddock/intern-0.9.1.4/intern.haddock
haddock-html: /usr/share/doc/libghc-intern-doc/html/
|