/var/lib/ghc/package.conf.d/esqueleto-1.4.1.2.conf is in libghc-esqueleto-dev 1.4.1.2-1+b7.
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 | name: esqueleto
version: 1.4.1.2
id: esqueleto-1.4.1.2-5fd05417a22ac73858c7d107a47568a6
license: BSD3
copyright: (c) 2012-2014 Felipe Almeida Lessa
maintainer: felipe.lessa@gmail.com
stability:
homepage: https://github.com/meteficha/esqueleto
package-url:
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/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.4.1.2/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/esqueleto-1.4.1.2/ghc-7.6.3
hs-libraries: HSesqueleto-1.4.1.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
conduit-1.1.6-d422ad1b0f15749ef6ade095c21dcc4b
monad-logger-0.3.6.1-ffdfce6a2ac98d41e96c286fedb34192
persistent-1.3.1.1-0edb506ff3c5a2b2feced0934061c2c8
resourcet-1.1.2.3-300a5f454b32622dd26f5e38817d3f89
tagged-0.7.2-002e2b0a3122c5b5f8b9c8717b5e6b17
text-0.11.3.1-e38859e86485c167fa7c9441789e7607
transformers-0.3.0.0-ff2bb6ac67241ebb987351a3db564af0
unordered-containers-0.2.5.0-11c50452e1ec4de862c3ca415f189512
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/esqueleto-1.4.1.2/esqueleto.haddock
haddock-html: /usr/share/doc/libghc-esqueleto-doc/html/
|