This file is indexed.

/var/lib/ghc/package.conf.d/simple-0.11.2.conf is in libghc-simple-dev 0.11.2-1build9.

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
name: simple
version: 0.11.2
id: simple-0.11.2-7Ix5F4XAyvAFAh5L3TNRiF
key: simple-0.11.2-7Ix5F4XAyvAFAh5L3TNRiF
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
abi: e83fd76b7d7cd7583b38e9a93e60b732
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/simple-0.11.2-7Ix5F4XAyvAFAh5L3TNRiF
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/simple-0.11.2-7Ix5F4XAyvAFAh5L3TNRiF
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/simple
hs-libraries: HSsimple-0.11.2-7Ix5F4XAyvAFAh5L3TNRiF
depends:
    aeson-1.1.2.0-KuAKFd6Xh3a4gjPNjIILft base-4.9.1.0
    base64-bytestring-1.0.0.1-4O9TExPPz6eI82Yj7L4SIj
    blaze-builder-0.4.0.2-LxClHUTiKUUAxWtvJ5Oeoy bytestring-0.10.8.1
    directory-1.3.0.0 filepath-1.4.1.1
    http-types-0.9.1-G7E1zHPzooHCYxKqGuQmxY
    mime-types-0.1.0.7-6b3z22GcDYZLEl2kkfCUAB
    monad-control-1.0.2.2-3gi0rBT0RRq8S2cSqiTk2r
    mtl-2.2.1-BLKBelFsPB3BoFeSWSOYj6
    simple-templates-0.8.0.1-5IuqIpfhtyWIYiCbwFAOTY
    text-1.2.2.2-9UQZjEJZQFSGMffj1Z5g00 transformers-0.5.2.0
    transformers-base-0.4.4-4JWVtuTd5KX4LSw5ilemWP
    unordered-containers-0.2.8.0-Bp9XgxjuHxcI4tFehVMDGC
    vector-0.12.0.1-692PQMDMB6pIQ1uGwefDcQ
    wai-3.2.1.1-Hh4V8tZK7TzAmGD29lkufq
    wai-extra-3.0.21.0-4M9UYWRHv2oEF4DE689xKH
haddock-interfaces: /usr/lib/ghc-doc/haddock/simple-0.11.2/simple.haddock
haddock-html: /usr/share/doc/libghc-simple-doc/html/