This file is indexed.

/var/lib/ghc/package.conf.d/Shellac-0.9.5.1.conf is in libghc-shellac-dev 0.9.5.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
37
38
39
40
41
42
43
44
45
46
47
48
name: Shellac
version: 0.9.5.1
id: Shellac-0.9.5.1-e6fa5456b3699af922bff1f48f05d148

license: BSD3
copyright:
maintainer: robdockins AT fastmail DOT fm
stability: Beta
homepage: http://www.cs.princeton.edu/~rdockins/shellac/home/
package-url:
synopsis: A framework for creating shell envinronments
description: Shellac is a framework for building read-eval-print style shells.
             Shells are created by declaratively defining a set of shell commands
             and an evaluation function.  Shellac supports multiple shell backends,
             including a 'basic' backend which uses only Haskell IO primitives and
             a full featured 'readline' backend based on the the Haskell readline
             bindings found in the standard libraries.
             This library attempts to allow users to write shells at a high level
             and still enjoy the advanced features that may be available from a
             powerful line editing package like readline.
category: User Interfaces
author: Robert Dockins
exposed: True
exposed-modules: System.Console.Shell System.Console.Shell.Backend
                 System.Console.Shell.Backend.Basic System.Console.Shell.ShellMonad
hidden-modules: System.Console.Shell.Regex
                System.Console.Shell.PPrint System.Console.Shell.Types
                System.Console.Shell.RunShell System.Console.Shell.Commands
                System.Console.Shell.ConsoleHandler
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/Shellac-0.9.5.1/ghc-7.4.1
library-dirs: /usr/lib/haskell-packages/ghc/lib/Shellac-0.9.5.1/ghc-7.4.1
hs-libraries: HSShellac-0.9.5.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.5.0.0-40b99d05fae6a4eea95ea69e6e0c9702
         directory-1.1.0.2-ebacad9b5233212b1abbebce9b7e6524
         mtl-2.0.1.0-db19dd8a7700e3d3adda8aa8fe5bf53d
         unix-2.5.1.0-b7c7408f284e3570d0d4dbd1f423845f
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/shellac-0.9.5.1/Shellac.haddock
haddock-html: /usr/share/doc/libghc-shellac-doc/html/