/var/lib/ghc/package.conf.d/threads-0.5.0.2.conf is in libghc-threads-dev 0.5.0.2-1.
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 | name: threads
version: 0.5.0.2
id: threads-0.5.0.2-b15b0b9f26e32879615a4e09375f7313
license: BSD3
copyright: 2010–2012 Bas van Dijk & Roel van Dijk
maintainer: Bas van Dijk <v.dijk.bas@gmail.com>
Roel van Dijk <vandijk.roel@gmail.com>
stability: experimental
homepage: https://github.com/basvandijk/threads
package-url:
synopsis: Fork threads and wait for their result
description: This package provides functions to fork threads and
wait for their result, whether it's an exception or a
normal value.
.
Besides waiting for the termination of a single thread
this packages also provides functions to wait for a
group of threads to terminate.
.
This package is similar to the
@threadmanager@, @async@ and @spawn@ packages.
The advantages of this package are:
.
* Simpler API.
.
* More efficient in both space and time.
.
* No space-leak when forking a large number of threads.
.
* Correct handling of asynchronous exceptions.
.
* GHC specific functionality like @forkOn@ and @forkIOWithUnmask@.
category: Concurrency
author: Bas van Dijk <v.dijk.bas@gmail.com>
Roel van Dijk <vandijk.roel@gmail.com>
exposed: True
exposed-modules: Control.Concurrent.Thread
Control.Concurrent.Thread.Group
hidden-modules: Control.Concurrent.Raw
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/threads-0.5.0.2/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/threads-0.5.0.2/ghc-7.6.3
hs-libraries: HSthreads-0.5.0.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
base-unicode-symbols-0.2.2.4-ec1c787160bf91bc92b0b4f99c4199a9
stm-2.4.2-b5d718b1a5f1fbcdb61a336aef0c2130
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/threads-0.5.0.2/threads.haddock
haddock-html: /usr/share/doc/libghc-threads-doc/html/
|