/var/lib/ghc/package.conf.d/abstract-par-0.3.3.conf is in libghc-abstract-par-dev 0.3.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 | name: abstract-par
version: 0.3.3
id: abstract-par-0.3.3-FIXQeoD8JqS8Il9xkWRf07
key: abstract-par-0.3.3-FIXQeoD8JqS8Il9xkWRf07
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
abi: 68c80924691222a015ee1a1c002fb509
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/abstract-par-0.3.3-FIXQeoD8JqS8Il9xkWRf07
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/abstract-par-0.3.3-FIXQeoD8JqS8Il9xkWRf07
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/abstract-par
hs-libraries: HSabstract-par-0.3.3-FIXQeoD8JqS8Il9xkWRf07
depends:
base-4.9.1.0 deepseq-1.4.2.0
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/
|