/var/lib/ghc/package.conf.d/STMonadTrans-0.3.2.conf is in libghc-stmonadtrans-dev 0.3.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 | name: STMonadTrans
version: 0.3.2
id: STMonadTrans-0.3.2-e8fef82ff0dae37f1a07d1cfa85f2f4d
license: BSD3
copyright:
maintainer: josef.svenningsson@gmail.com
stability:
homepage:
package-url:
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 will be duplicated across the different answers and this cause
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
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/STMonadTrans-0.3.2/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/STMonadTrans-0.3.2/ghc-7.6.3
hs-libraries: HSSTMonadTrans-0.3.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.4.0.1-3b78425c10ff2dad7acf7e8c8ae014c3
base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
mtl-2.1.2-94c72af955e94b8d7b2f359dadd0cb62
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/stmonadtrans-0.3.2/STMonadTrans.haddock
haddock-html: /usr/share/doc/libghc-stmonadtrans-doc/html/
|