/var/lib/ghc/package.conf.d/STMonadTrans-0.3.3.conf is in libghc-stmonadtrans-dev 0.3.3-2.
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 | name: STMonadTrans
version: 0.3.3
id: STMonadTrans-0.3.3-5c3e0c7dd6a04a8024254fd53f315781
key: STMon_JxJa5TwLlNw5ezvOlol7Ai
license: BSD3
maintainer: josef.svenningsson@gmail.com
synopsis: A monad transformer version of the ST monad
description:
A monad transformer version of the ST monad
Warning! This monad transformer should not be used with monads that
can contain multiple answers, like the list monad. The reason is that
the state token will be duplicated across the different answers and this causes
Bad Things to happen (such as loss of referential transparency). Safe
monads include the monads State, Reader, Writer, Maybe and
combinations of their corresponding monad transformers.
category: Monads
author: Josef Svenningsson
exposed: True
exposed-modules:
Control.Monad.ST.Trans Control.Monad.ST.Trans.Internal
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/STMonadTrans-0.3.3-JxJa5TwLlNw5ezvOlol7Ai
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/STMonadTrans-0.3.3-JxJa5TwLlNw5ezvOlol7Ai
data-dir: /usr/share/stmonadtrans
hs-libraries: HSSTMonadTrans-0.3.3-JxJa5TwLlNw5ezvOlol7Ai
depends:
array-0.5.1.0-960bf9ae8875cc30355e086f8853a049
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
mtl-2.2.1-3af90341e75ee52dfc4e3143b4e5d219
haddock-interfaces: /usr/lib/ghc-doc/haddock/stmonadtrans-0.3.3/STMonadTrans.haddock
haddock-html: /usr/share/doc/libghc-stmonadtrans-doc/html/
|