This file is indexed.

/var/lib/ghc/package.conf.d/simple-0.11.1.conf is in libghc-simple-dev 0.11.1-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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
name: simple
version: 0.11.1
id: simple-0.11.1-858177abd0fbe88399f6de156219a21f
key: simpl_KzMMW5PyzjXIg3A6s32WlB
license: LGPL-3
maintainer: amit@amitlevy.com
homepage: http://simple.cx
synopsis: A minimalist web framework for the WAI server interface
description:
    \Simple\ is \"framework-less\" web framework for Haskell web applications
    based on the WAI server interface (e.g. for use with the warp server).
    \Simple\ does not enforce a particular structure or paradigm for web
    applications. Rather, \Simple\ contains tools to help you create your own
    patterns (or re-create existing ones). \Simple\ is minimalist, providing a
    lightweight base - the most basic \Simple\ app is little more than a WAI
    `Application` with some routing logic. Everything else (e.g. authentication,
    controllers, persistence, caching etc\') is provided in composable units, so
    you can include only the ones you need in your app, and easily replace
    with your own components.
    .
    To get started, create an app skeleton with the `smpl` utility:
    .
    @
    $ cabal install simple
    $ smpl create my_app_name
    $ cd my_app_name
    $ smpl
    @
    .
    See "Web.Simple" for a more detailed introduction.
category: Web
author: Amit Levy, Daniel B. Giffin
exposed: True
exposed-modules:
    Web.Simple Web.Simple.Auth Web.Simple.Controller
    Web.Simple.Controller.Exception Web.Simple.Controller.Trans
    Web.Simple.Responses Web.Simple.Static Web.Simple.Templates
    Web.Frank Web.REST
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/simple-0.11.1-KzMMW5PyzjXIg3A6s32WlB
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/simple-0.11.1-KzMMW5PyzjXIg3A6s32WlB
data-dir: /usr/share/simple
hs-libraries: HSsimple-0.11.1-KzMMW5PyzjXIg3A6s32WlB
depends:
    aeson-0.10.0.0-f3d60d2c12f1489f847c9de86a996f7e
    base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
    base64-bytestring-1.0.0.1-a812cf51b64c2ab462388f62a2059d09
    blaze-builder-0.4.0.1-073b5264a38e394a8dbb57adf8acf9c2
    bytestring-0.10.6.0-9a873bcf33d6ce2fd2698ce69e2c1c66
    directory-1.2.2.0-660a7a83a753ed85c8a374c15dae2b97
    filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e
    http-types-0.9-9f0f86cb8ea32e3a00523d91b06bf840
    mime-types-0.1.0.6-140db0eec9a9ff3e0cdd148cbc57c2be
    monad-control-1.0.0.4-54877a66474b3cf85d4214e0258a1578
    mtl-2.2.1-3af90341e75ee52dfc4e3143b4e5d219
    simple-templates-0.8.0.1-fc690eff95c56eccd847ccabb0c151d5
    text-1.2.2.0-2c09cfae3213a07ad08b7cc1c9a4bb52
    transformers-0.4.2.0-81450cd8f86b36eaa8fa0cbaf6efc3a3
    transformers-base-0.4.4-19dc155e74aa624600f63b02f5f0b424
    unordered-containers-0.2.5.1-a371fb886d3c588f30731c181c11e7b7
    vector-0.11.0.0-c6a21b92685f6fef26c6c5da6982f3c6
    wai-3.0.5.0-7ea5d80f8413d1f226a9ecc915e36e87
    wai-extra-3.0.13.1-2e8eee9cec2da278328295722af3edf6
haddock-interfaces: /usr/lib/ghc-doc/haddock/simple-0.11.1/simple.haddock
haddock-html: /usr/share/doc/libghc-simple-doc/html/