This file is indexed.

/var/lib/ghc/package.conf.d/esqueleto-1.3.4.2.conf is in libghc-esqueleto-dev 1.3.4.2-1build1.

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
name: esqueleto
version: 1.3.4.2
id: esqueleto-1.3.4.2-9652f9518e6a6ea507ce0d4ecc7d0da5

license: BSD3
copyright: (c) 2012 Felipe Almeida Lessa
maintainer: felipe.lessa@gmail.com
stability:
homepage: https://github.com/meteficha/esqueleto
package-url:
synopsis: Bare bones, type-safe EDSL for SQL queries on persistent backends.
description: @persistent@ is a library for type-safe data serialization.  It
             has many kinds of backends, such as SQL backends
             (@persistent-mysql@, @persistent-postgresql@,
             @persistent-sqlite@) and NoSQL backends (@persistent-mongoDB@).
             .
             While @persistent@ is a nice library for storing and retrieving
             records, currently it has a poor interface for SQL backends
             compared to SQL itself.  For example, it's extremely hard to do
             a type-safe @JOIN@ on a many-to-one relation, and simply
             impossible to do any other kinds of @JOIN@s (including for the
             very common many-to-many relations).  Users have the option of
             writing raw SQL, but that's error prone and not type-checked.
             .
             @esqueleto@ is a bare bones, type-safe EDSL for SQL queries
             that works with unmodified @persistent@ SQL backends.  Its
             language closely resembles SQL, so (a) you don't have to learn
             new concepts, just new syntax, and (b) it's fairly easy to
             predict the generated SQL and optimize it for your backend.
             Most kinds of errors committed when writing SQL are caught as
             compile-time errors---although it is possible to write
             type-checked @esqueleto@ queries that fail at runtime.
             .
             Currently, @SELECT@s, @UPDATE@s, @INSERT@s and @DELETE@s are supported.
             Not all SQL features are available, but most of them can be easily added
             (especially functions), so please open an issue or send a pull request if
             you need anything that is not covered by @esqueleto@ on
             <https://github.com/meteficha/esqueleto/>.
             .
             The name of this library means \"skeleton\" in Portuguese and
             contains all three SQL letters in the correct order =).  It was
             inspired by Scala's Squeryl but created from scratch.
category: Database
author: Felipe Lessa
exposed: True
exposed-modules: Database.Esqueleto
                 Database.Esqueleto.Internal.Language
                 Database.Esqueleto.Internal.Sql
hidden-modules: Database.Esqueleto.Internal.PersistentImport
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/esqueleto-1.3.4.2/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/esqueleto-1.3.4.2/ghc-7.6.3
hs-libraries: HSesqueleto-1.3.4.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
         conduit-1.0.13-42da682bd4bc70f4bc06699fdc9be195
         monad-logger-0.3.1.1-8181b06664f0b38553ceb50809864ab4
         persistent-1.2.2.0-5cb1932c13ef85ecad8476b8f7e33ac2
         resourcet-0.4.7.1-5fad03025bc752acdb7ecac59c673448
         tagged-0.7-d243d7f9110b53b4d18740d6abd0cfb9
         text-0.11.3.1-e38859e86485c167fa7c9441789e7607
         transformers-0.3.0.0-ff2bb6ac67241ebb987351a3db564af0
         unordered-containers-0.2.3.0-9584b653deee0b5f16062e26c5ddf569
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/esqueleto-1.3.4.2/esqueleto.haddock
haddock-html: /usr/share/doc/libghc-esqueleto-doc/html/