/var/lib/ghc/package.conf.d/abstract-par-0.3.3.conf is in libghc-abstract-par-dev 0.3.3-5.
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 | name: abstract-par
version: 0.3.3
id: abstract-par-0.3.3-5ecce32cbe97bbc42bbe04a0acd3b9b1
key: abstr_L1snHpEAWsL0S2A3rOumSN
license: BSD3
copyright: (c) Ryan Newton 2011-2012
maintainer: Ryan Newton <rrnewton@gmail.com>
stability: Experimental
homepage: https://github.com/simonmar/monad-par
synopsis: Type classes generalizing the functionality of the 'monad-par' library.
description:
The 'Par' monad offers a parallel programming API based on dataflow
programming. To use the `Par` monad, install the @monad-par@
package, which includes this package as a dependency.
.
This package is an abstract interface only. It provides a number of
type clasess, but not an implementation. The type classes separate
different levels of @Par@ functionality. See the
"Control.Monad.Par.Class" module for more details.
category: Control,Parallelism,Monads
author: Ryan Newton
exposed: True
exposed-modules:
Control.Monad.Par.Class Control.Monad.Par.Unsafe
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/abstract-par-0.3.3-L1snHpEAWsL0S2A3rOumSN
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/abstract-par-0.3.3-L1snHpEAWsL0S2A3rOumSN
data-dir: /usr/share/abstract-par
hs-libraries: HSabstract-par-0.3.3-L1snHpEAWsL0S2A3rOumSN
depends:
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311
haddock-interfaces: /usr/lib/ghc-doc/haddock/abstract-par-0.3.3/abstract-par.haddock
haddock-html: /usr/share/doc/libghc-abstract-par-doc/html/
|