/var/lib/ghc/package.conf.d/stm-2.4.4.1.conf is in libghc-stm-dev 2.4.4.1-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 | name: stm
version: 2.4.4.1
id: stm-2.4.4.1-7050c728ed5b2315e2c6b56d8bf9837f
key: stm_EyxFXFfnfY05IrjGaqCxeD
license: BSD3
maintainer: libraries@haskell.org
synopsis: Software Transactional Memory
description:
A modular composable concurrency abstraction.
category: Concurrency
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/x86_64-linux-ghc-7.10.3/stm-2.4.4.1-EyxFXFfnfY05IrjGaqCxeD
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/stm-2.4.4.1-EyxFXFfnfY05IrjGaqCxeD
data-dir: /usr/share/stm
hs-libraries: HSstm-2.4.4.1-EyxFXFfnfY05IrjGaqCxeD
depends:
array-0.5.1.0-960bf9ae8875cc30355e086f8853a049
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
haddock-interfaces: /usr/lib/ghc-doc/haddock/stm-2.4.4.1/stm.haddock
haddock-html: /usr/share/doc/libghc-stm-doc/html/
|