This file is indexed.

/var/lib/ghc/package.conf.d/free-4.2.conf is in libghc-free-dev 4.2-1build3.

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
name: free
version: 4.2
id: free-4.2-6f1f4514f97389cc11b3722ab50a3acb

license: BSD3
copyright: Copyright (C) 2008-2012 Edward A. Kmett
maintainer: Edward A. Kmett <ekmett@gmail.com>
stability: provisional
homepage: http://github.com/ekmett/free/
package-url:
synopsis: Monads for free
description: Free monads are useful for many tree-like structures and domain specific languages.
             .
             A 'Monad' @n@ is a free 'Monad' for @f@ if every 'Monad' homomorphism
             from @n@ to another monad @m@ is equivalent to a natural transformation
             from @f@ to @m@.
             .
             Cofree comonads provide convenient ways to talk about branching streams and rose-trees,
             and can be used to annotate syntax trees.
             .
             A 'Comonad' @v@ is a cofree 'Comonad' for @f@ if every 'Comonad' homomorphism
             another comonad @w@ to @v@ is equivalent to a natural transformation
             from @w@ to @f@.
category: Control, Monads
author: Edward A. Kmett
exposed: True
exposed-modules: Control.Applicative.Free Control.Alternative.Free
                 Control.Comonad.Cofree Control.Comonad.Cofree.Class
                 Control.Comonad.Trans.Cofree Control.Comonad.Trans.Coiter
                 Control.Monad.Free Control.Monad.Free.Church
                 Control.Monad.Free.Class Control.Monad.Trans.Free
                 Control.Monad.Trans.Iter Control.MonadPlus.Free
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/free-4.2/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/free-4.2/ghc-7.6.3
hs-libraries: HSfree-4.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
         bifunctors-4.1.0.1-5266d936dda24bb03c9f4cd6707beed1
         comonad-4.0-1df0ce7fc9946a997e390d7efe2f8c5d
         distributive-0.3-9a9b53d31442b0f19f1b2e42e578db7b
         mtl-2.1.2-94c72af955e94b8d7b2f359dadd0cb62
         profunctors-4.0.1-dc131e72ac3b3398997ff33929ca8456
         semigroupoids-4.0-2f73b390ed2b359c194de4094319ba4e
         semigroups-0.9-73a419ce05af9d7589969e187fb66622
         transformers-0.3.0.0-ff2bb6ac67241ebb987351a3db564af0
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/free-4.2/free.haddock
haddock-html: /usr/share/doc/libghc-free-doc/html/