haskell-esqueleto 3.5.5.0-1 source package in Ubuntu

Changelog

haskell-esqueleto (3.5.5.0-1) unstable; urgency=medium

  * Declare compliance with Debian policy 4.6.1
  * New upstream release

 -- Ilias Tsitsimpis <email address hidden>  Wed, 03 Aug 2022 16:02:32 +0300

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-esqueleto_3.5.5.0-1.dsc 3.5 KiB 1c0aefd571b90bd4fb2a74cbf5bdc1f9ed06ac64ec0458a668a11600c911846d
haskell-esqueleto_3.5.5.0.orig.tar.gz 100.8 KiB 4021f9a2be902d20adc6391d2656d9dd682766fe5df07608a1207bccc605492d
haskell-esqueleto_3.5.5.0-1.debian.tar.xz 4.3 KiB abbfddf85e89cfcbf95796e6d904bfe7b92ca09935225bc38e1f1801f9fe0d29

No changes file available.

Binary packages built by this source

libghc-esqueleto-dev: No summary available for libghc-esqueleto-dev in ubuntu kinetic.

No description available for libghc-esqueleto-dev in ubuntu kinetic.

libghc-esqueleto-doc: No summary available for libghc-esqueleto-doc in ubuntu kinetic.

No description available for libghc-esqueleto-doc in ubuntu kinetic.

libghc-esqueleto-prof: type-safe EDSL for SQL on persistent backends; profiling libraries

 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.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.