/var/lib/ghc/package.conf.d/stm-2.4.2.conf is in libghc-stm-dev 2.4.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 59 60 | name: stm
version: 2.4.2
id: stm-2.4.2-b5d718b1a5f1fbcdb61a336aef0c2130
license: BSD3
copyright:
maintainer: libraries@haskell.org
stability:
homepage:
package-url:
synopsis: Software Transactional Memory
description: A modular composable concurrency abstraction.
.
Changes in version 2.4.2
.
* Added "Control.Concurrent.STM.TSem" (transactional semaphore)
.
Changes in version 2.4.1
.
* Added Applicative/Alternative instances of STM for GHC <7.0
.
Changes in version 2.4
.
* Added "Control.Concurrent.STM.TQueue" (a faster @TChan@)
.
* Added "Control.Concurrent.STM.TBQueue" (a bounded channel based on @TQueue@)
.
* @TChan@ has an @Eq@ instances
.
* Added @newBroadcastTChan@ and @newBroadcastTChanIO@
.
* Some performance improvements for @TChan@
.
* Added @cloneTChan@
category: Concurrency
author:
exposed: True
exposed-modules: Control.Concurrent.STM
Control.Concurrent.STM.TArray Control.Concurrent.STM.TVar
Control.Concurrent.STM.TChan Control.Concurrent.STM.TMVar
Control.Concurrent.STM.TQueue Control.Concurrent.STM.TBQueue
Control.Concurrent.STM.TSem Control.Monad.STM
hidden-modules: Control.Sequential.STM
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/stm-2.4.2/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/stm-2.4.2/ghc-7.6.3
hs-libraries: HSstm-2.4.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.4.0.1-3b78425c10ff2dad7acf7e8c8ae014c3
base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/stm-2.4.2/stm.haddock
haddock-html: /usr/share/doc/libghc-stm-doc/html/
|