/var/lib/ghc/package.conf.d/PSQueue-1.1.conf is in libghc-psqueue-dev 1.1-10build1.
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 | name: PSQueue
version: 1.1
id: PSQueue-1.1-3At8rQGRPDX7ahdEQ7v9VK
key: PSQueue-1.1-3At8rQGRPDX7ahdEQ7v9VK
license: BSD3
maintainer: Scott E. Dillard <sedillard@gmail.com>
stability: Experimental
synopsis: Priority Search Queue
description:
A /priority search queue/ efficiently supports the
opperations of both a search tree and a priority queue. A
'Binding' is a product of a key and a priority. Bindings
can be inserted, deleted, modified and queried in
logarithmic time, and the binding with the least priority
can be retrieved in constant time. A queue can be built
from a list of bindings, sorted by keys, in linear time.
category: Data Structures
author: Ralf Hinze
exposed: True
exposed-modules:
Data.PSQueue
abi: 7e1741f06b9723a2600f9ac440ba9851
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/PSQueue-1.1-3At8rQGRPDX7ahdEQ7v9VK
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/PSQueue-1.1-3At8rQGRPDX7ahdEQ7v9VK
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/psqueue
hs-libraries: HSPSQueue-1.1-3At8rQGRPDX7ahdEQ7v9VK
depends:
base-4.9.1.0
haddock-interfaces: /usr/lib/ghc-doc/haddock/psqueue-1.1/PSQueue.haddock
haddock-html: /usr/share/doc/libghc-psqueue-doc/html/
|