/var/lib/ghc/package.conf.d/abstract-deque-0.3.conf is in libghc-abstract-deque-dev 0.3-7build1.
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 | name: abstract-deque
version: 0.3
id: abstract-deque-0.3-HsNSfU9Tgm8E1vVRMg1lQ0
key: abstract-deque-0.3-HsNSfU9Tgm8E1vVRMg1lQ0
license: BSD3
maintainer: rrnewton@gmail.com
homepage: https://github.com/rrnewton/haskell-lockfree/wiki
synopsis: Abstract, parameterized interface to mutable Deques.
description:
An abstract interface to highly-parameterizable queues/deques.
.
Background: There exists a feature space for queues that extends between:
.
* simple, single-ended, non-concurrent, bounded queues
.
* double-ended, threadsafe, growable queues
.
... with important points inbetween (such as
the queues used for work-stealing).
.
This package includes an interface for Deques that allows the
programmer to use a single API for all of the above, while using the
type-system to select an efficient implementation given the
requirements (using type families).
.
This package also includes a simple reference implementation based
on 'IORef' and "Data.Sequence".
category: Data
author: Ryan R. Newton
exposed: True
exposed-modules:
Data.Concurrent.Deque.Class Data.Concurrent.Deque.Reference
Data.Concurrent.Deque.Reference.DequeInstance
Data.Concurrent.Deque.Debugger
abi: 2944c9aa534e39d66a7b4b521137c1fd
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/abstract-deque-0.3-HsNSfU9Tgm8E1vVRMg1lQ0
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/abstract-deque-0.3-HsNSfU9Tgm8E1vVRMg1lQ0
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/abstract-deque
hs-libraries: HSabstract-deque-0.3-HsNSfU9Tgm8E1vVRMg1lQ0
depends:
array-0.5.1.1 base-4.9.1.0 containers-0.5.7.1
random-1.1-9tceXaeYIMZ4JrKq20Egog time-1.6.0.1
haddock-interfaces: /usr/lib/ghc-doc/haddock/abstract-deque-0.3/abstract-deque.haddock
haddock-html: /usr/share/doc/libghc-abstract-deque-doc/html/
|