/var/lib/ghc/package.conf.d/lrucache-1.1.1.3.conf is in libghc-lrucache-dev 1.1.1.3-2.
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 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 | name: lrucache
version: 1.1.1.3
id: lrucache-1.1.1.3-31c8e9ec9c31f8a400fd256d7f9ff93f
license: BSD3
copyright: Carl Howells, 2010
maintainer: chowells79@gmail.com
stability: Experimental
homepage: http://github.com/chowells79/lrucache
package-url:
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.
.
Version History:
.
1.1.1.3 - Test for containers >= 0.5, rather than GHC >= 7.6
.
1.1.1.2 - Make actually compatible with containers 0.5 - fix strictness issue
.
1.1.1.1 - Fix containers upper bound for GHC 7.6.
.
1.1.1 - Add an additional modification function for AtomicLRUCache.
.
1.1.0.1 - Update containers constraint to allow containers from ghc-7
.
1.1 - Add a Functor instance for LRUCache.
Add a generic modification function for AtomicLRUCache.
.
1.0 - Breaking API changes:
1) The newLRU smart constructor now makes the maximum
size optional.
2) The delete function now returns the value removed, if
one was.
Additionally, a function was added to remove the least-recently
used element in the LRU.
.
0.3 - Added a Show instance for LRU. (Requested by Ben Lee)
.
0.2.0.1 - Increase strictness slightly.
Remove cabal target for test executable.
(Just include test sources instead.)
.
0.2 - Added an Eq instance for LRU.
Added strictness to eliminate space leaks in common use patterns.
.
0.1.1 - Add the Data.Cache.LRU.IO.Internal module.
Clean up build warnings on GHC 6.12.1.
.
0.1.0.1 - Minor refactoring
.
0.1 - First release
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
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/lrucache-1.1.1.3/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/lrucache-1.1.1.3/ghc-7.6.3
hs-libraries: HSlrucache-1.1.1.3
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/lrucache-1.1.1.3/lrucache.haddock
haddock-html: /usr/share/doc/libghc-lrucache-doc/html/
|