This file is indexed.

/var/lib/ghc/package.conf.d/esqueleto-2.4.1.conf is in libghc-esqueleto-dev 2.4.1-2build1.

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
name: esqueleto
version: 2.4.1
id: esqueleto-2.4.1-8dd9952d186d1261d3058a6edd6b5e28
key: esque_8hdHXpl7PB9CUmVgSOtQcS
license: BSD3
copyright: (c) 2012-2015 Felipe Almeida Lessa
maintainer: felipe.lessa@gmail.com
homepage: https://github.com/prowdsponsor/esqueleto
synopsis: Type-safe EDSL for SQL queries on persistent backends.
description:
    @esqueleto@ is a bare bones, type-safe EDSL for SQL queries
    that works with unmodified @persistent@ SQL backends.  Its
    language closely resembles SQL, so you don't have to learn
    new concepts, just new syntax, and 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.
    .
    @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, including with filters, it does not try to support
    some of the features that are specific to SQL backends.  In
    particular, @esqueleto@ is the recommended library for
    type-safe @JOIN@s on @persistent@ SQL backends.  (The
    alternative is using raw SQL, but that's error prone and does
    not offer any composability.)
    .
    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/prowdsponsor/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.PostgreSQL
    Database.Esqueleto.Internal.Language
    Database.Esqueleto.Internal.Sql
hidden-modules: Database.Esqueleto.Internal.PersistentImport
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/esqueleto-2.4.1-8hdHXpl7PB9CUmVgSOtQcS
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/esqueleto-2.4.1-8hdHXpl7PB9CUmVgSOtQcS
data-dir: /usr/share/esqueleto
hs-libraries: HSesqueleto-2.4.1-8hdHXpl7PB9CUmVgSOtQcS
depends:
    base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
    blaze-html-0.8.1.1-d2f0dd95041beab9a2d3b8b68a788fbe
    bytestring-0.10.6.0-9a873bcf33d6ce2fd2698ce69e2c1c66
    conduit-1.2.6.1-418942df10c1c8c2f189236cac2a6089
    monad-logger-0.3.16-47856758abc4530171094afe01e41f16
    persistent-2.2.4-f2a7e7e20d48114bab38da0b2b3feba9
    resourcet-1.1.7-6832b26243718afb2b791ac405d0e8df
    tagged-0.8.2-16a51d8cfafeba080a9011b87265d84b
    text-1.2.2.0-2c09cfae3213a07ad08b7cc1c9a4bb52
    transformers-0.4.2.0-81450cd8f86b36eaa8fa0cbaf6efc3a3
    unordered-containers-0.2.5.1-a371fb886d3c588f30731c181c11e7b7
haddock-interfaces: /usr/lib/ghc-doc/haddock/esqueleto-2.4.1/esqueleto.haddock
haddock-html: /usr/share/doc/libghc-esqueleto-doc/html/