/var/lib/ghc/package.conf.d/esqueleto-2.5.3.conf is in libghc-esqueleto-dev 2.5.3-1build4.
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 | name: esqueleto
version: 2.5.3
id: esqueleto-2.5.3-Anttg7QImdZBF4TfwkvflP
key: esqueleto-2.5.3-Anttg7QImdZBF4TfwkvflP
license: BSD3
copyright: (c) 2012-2016 Felipe Almeida Lessa
maintainer: cma@bitemyapp.com
homepage: https://github.com/bitemyapp/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/bitemyapp/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
abi: 460125fc3d9f6998ebe8a635ee8dfe12
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/esqueleto-2.5.3-Anttg7QImdZBF4TfwkvflP
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/esqueleto-2.5.3-Anttg7QImdZBF4TfwkvflP
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/esqueleto
hs-libraries: HSesqueleto-2.5.3-Anttg7QImdZBF4TfwkvflP
depends:
base-4.9.1.0 blaze-html-0.9.0.1-GQ0yZtPYt2i2KdgnUEOA8p
bytestring-0.10.8.1 conduit-1.2.12.1-30kCH21Mh9e7TrhOji16e6
monad-logger-0.3.25.1-FKgIhifci6t8R5pBzFNboN
persistent-2.7.1-EZsROyQ8HCHKiWkDmnqLR1
resourcet-1.1.9-1rGuSlRMceiNPrf9EFZfV
tagged-0.8.5-1gLLDW7b5mx8q35LxgIjIa
text-1.2.2.2-9UQZjEJZQFSGMffj1Z5g00 transformers-0.5.2.0
unordered-containers-0.2.8.0-Bp9XgxjuHxcI4tFehVMDGC
haddock-interfaces: /usr/lib/ghc-doc/haddock/esqueleto-2.5.3/esqueleto.haddock
haddock-html: /usr/share/doc/libghc-esqueleto-doc/html/
|