This file is indexed.

/var/lib/ghc/package.conf.d/shake-0.13.2.conf is in libghc-shake-dev 0.13.2+dfsg-2+b1.

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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
name: shake
version: 0.13.2
id: shake-0.13.2-112b4bf29952305eb4f287e04767e96a

license: BSD3
copyright: Neil Mitchell 2011-2014
maintainer: Neil Mitchell <ndmitchell@gmail.com>
stability:
homepage: https://github.com/ndmitchell/shake
package-url:
synopsis: Build system library, like Make, but more accurate dependencies.
description: Shake is a Haskell library for writing build systems - designed as a
             replacement for @make@. See "Development.Shake" for an introduction,
             including an example. Further examples are included in the Cabal tarball,
             under the @Examples@ directory. The homepage contains links to a user
             manual, an academic paper and further information:
             <https://github.com/ndmitchell/shake>
             .
             To use Shake the user writes a Haskell program
             that imports "Development.Shake", defines some build rules, and calls
             the 'Development.Shake.shakeArgs' function. Thanks to do notation and infix
             operators, a simple Shake build system
             is not too dissimilar from a simple Makefile. However, as build systems
             get more complex, Shake is able to take advantage of the excellent
             abstraction facilities offered by Haskell and easily support much larger
             projects. The Shake library provides all the standard features available in other
             build systems, including automatic parallelism and minimal rebuilds.
             Shake also provides more accurate dependency tracking, including seamless
             support for generated files, and dependencies on system information
             (e.g. compiler version).
category: Development
author: Neil Mitchell <ndmitchell@gmail.com>
exposed: True
exposed-modules: Development.Shake Development.Shake.Classes
                 Development.Shake.Command Development.Shake.Config
                 Development.Shake.FilePath Development.Shake.Rule
                 Development.Shake.Util
hidden-modules: Development.Ninja.Env Development.Ninja.Lexer
                Development.Ninja.Parse Development.Ninja.Type
                Development.Shake.Args Development.Shake.ByteString
                Development.Shake.Core Development.Shake.Database
                Development.Shake.Derived Development.Shake.Errors
                Development.Shake.FileInfo Development.Shake.FilePattern
                Development.Shake.Pool Development.Shake.Progress
                Development.Shake.Report Development.Shake.Resource
                Development.Shake.Rules.Directory Development.Shake.Rules.File
                Development.Shake.Rules.Files Development.Shake.Rules.Oracle
                Development.Shake.Rules.OrderOnly Development.Shake.Rules.Rerun
                Development.Shake.Shake Development.Shake.Special
                Development.Shake.Storage Development.Shake.Types
                Development.Shake.Value General.Base General.Binary General.Intern
                General.RAW General.String General.Timing Paths_shake
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/shake-0.13.2/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/shake-0.13.2/ghc-7.6.3
hs-libraries: HSshake-0.13.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
         binary-0.5.1.1-72ed744c57c32286a49da6dda4f660b7
         bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f
         deepseq-1.3.0.1-5cc4cd89bdc2e8f6db1833d95ec36926
         directory-1.2.0.1-91a788fd88acd7f149f0f10f5f1e23f2
         filepath-1.3.0.1-b12cbe18566fe1532a1fda4c85e31cbe
         hashable-1.2.1.0-7e83190fbb1b0ba81d7022fa876f0f8b
         old-time-1.1.0.1-2f8ea093d0c7014780a8a5772f948883
         process-1.1.0.2-76e05340eb66705981411022731ca84a
         random-1.0.1.1-43fdc5da991685d8a0ec8cb553880cf8
         time-1.4.0.1-10dc4804a19dc0000fab79908f1a9f50
         transformers-0.3.0.0-ff2bb6ac67241ebb987351a3db564af0
         unix-2.6.0.1-4f219f792083f70ec440ce406f12ce57
         unordered-containers-0.2.5.0-11c50452e1ec4de862c3ca415f189512
         utf8-string-0.3.7-26a8ed8ca48fe809983bde6faca943a9
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/shake-0.13.2/shake.haddock
haddock-html: /usr/share/doc/libghc-shake-doc/html/