This file is indexed.

/usr/share/doc/libghc-esqueleto-doc/html/index.html is in libghc-esqueleto-doc 2.4.3-5.

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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>esqueleto-2.4.3: Type-safe EDSL for SQL queries on persistent backends.</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script src="file:///usr/share/javascript/mathjax/MathJax.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">esqueleto-2.4.3: Type-safe EDSL for SQL queries on persistent backends.</p></div><div id="content"><div id="description"><h1>esqueleto-2.4.3: Type-safe EDSL for SQL queries on persistent backends.</h1><div class="doc"><p><code>esqueleto</code> is a bare bones, type-safe EDSL for SQL queries
that works with unmodified <code>persistent</code> 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 <code>esqueleto</code> queries that fail at runtime.</p><p><code>persistent</code> is a library for type-safe data serialization.  It
has many kinds of backends, such as SQL backends
(<code>persistent-mysql</code>, <code>persistent-postgresql</code>,
<code>persistent-sqlite</code>) and NoSQL backends (<code>persistent-mongoDB</code>).
While <code>persistent</code> 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, <code>esqueleto</code> is the recommended library for
type-safe <code>JOIN</code>s on <code>persistent</code> SQL backends.  (The
alternative is using raw SQL, but that's error prone and does
not offer any composability.)</p><p>Currently, <code>SELECT</code>s, <code>UPDATE</code>s, <code>INSERT</code>s and <code>DELETE</code>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 <code>esqueleto</code> on
<a href="https://github.com/prowdsponsor/esqueleto/">https://github.com/prowdsponsor/esqueleto/</a>.</p><p>The name of this library means &quot;skeleton&quot; in Portuguese and
contains all three SQL letters in the correct order =).  It was
inspired by Scala's Squeryl but created from scratch.</p></div></div><div id="module-list"><p class="caption">Modules</p><ul><li><span id="control.n.1" class="module collapser" onclick="toggleSection('n.1')">Database</span><ul id="section.n.1" class="show"><li><span class="module"><span id="control.n.1.1" class="collapser" onclick="toggleSection('n.1.1')">&nbsp;</span><a href="Database-Esqueleto.html">Database.Esqueleto</a></span><ul id="section.n.1.1" class="show"><li><span id="control.n.1.1.1" class="module collapser" onclick="toggleSection('n.1.1.1')">Internal</span><ul id="section.n.1.1.1" class="show"><li><span class="module"><a href="Database-Esqueleto-Internal-Language.html">Database.Esqueleto.Internal.Language</a></span></li><li><span class="module"><a href="Database-Esqueleto-Internal-Sql.html">Database.Esqueleto.Internal.Sql</a></span></li></ul></li><li><span class="module"><a href="Database-Esqueleto-PostgreSQL.html">Database.Esqueleto.PostgreSQL</a></span></li></ul></li></ul></li></ul></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.17.2</p></div></body></html>