/var/lib/ghc/package.conf.d/control-monad-loop-0.1.conf is in libghc-control-monad-loop-dev 0.1-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 32 33 34 35 36 | name: control-monad-loop
version: 0.1
id: control-monad-loop-0.1-d276219f96dc411c80d5eced1664338a
license: BSD3
copyright: Copyright (c) Joseph Adams 2012
maintainer: joeyadams3.14159@gmail.com
stability:
homepage: https://github.com/joeyadams/haskell-control-monad-loop
package-url:
synopsis: Simple monad transformer for imperative-style loops
description: A library of looping constructs with @continue@ and @exit@ control flow
statements.
category: Control
author: Joey Adams
exposed: True
exposed-modules: Control.Monad.Trans.Loop
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/control-monad-loop-0.1/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/control-monad-loop-0.1/ghc-7.6.3
hs-libraries: HScontrol-monad-loop-0.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
transformers-0.3.0.0-ff2bb6ac67241ebb987351a3db564af0
transformers-base-0.4.1-da9c4a03c3accfcef7f09e5e6d753fad
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/control-monad-loop-0.1/control-monad-loop.haddock
haddock-html: /usr/share/doc/libghc-control-monad-loop-doc/html/
|