/var/lib/ghc/package.conf.d/lrucache-1.2.0.0.conf is in libghc-lrucache-dev 1.2.0.0-4build1.
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: lrucache
version: 1.2.0.0
id: lrucache-1.2.0.0-18fa7c16544d53c9e81ece44dda28975
key: lruca_JY5HjLso8B93HdBsFTtjbS
license: BSD3
copyright: Carl Howells, 2010-2015
maintainer: chowells79@gmail.com
stability: Experimental
homepage: http://github.com/chowells79/lrucache
synopsis: a simple, pure LRU cache
description:
This package contains a simple, pure LRU cache, implemented in
terms of "Data.Map".
.
It also contains a mutable IO wrapper providing atomic updates to
an LRU cache.
category: Data
author: Carl Howells
exposed: True
exposed-modules:
Data.Cache.LRU Data.Cache.LRU.Internal Data.Cache.LRU.IO
Data.Cache.LRU.IO.Internal
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/lrucache-1.2.0.0-JY5HjLso8B93HdBsFTtjbS
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/lrucache-1.2.0.0-JY5HjLso8B93HdBsFTtjbS
data-dir: /usr/share/lrucache
hs-libraries: HSlrucache-1.2.0.0-JY5HjLso8B93HdBsFTtjbS
depends:
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb
contravariant-1.3.3-3eb16dd794f77adf8689c69921568e8b
haddock-interfaces: /usr/lib/ghc-doc/haddock/lrucache-1.2.0.0/lrucache.haddock
haddock-html: /usr/share/doc/libghc-lrucache-doc/html/
|