haskell-esqueleto 2.1.3-1build6 source package in Ubuntu

Changelog

haskell-esqueleto (2.1.3-1build6) wily; urgency=medium

  * Rebuild for new GHC ABIs.

 -- Colin Watson <email address hidden>  Mon, 17 Aug 2015 09:53:11 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Wily
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_2.1.3.orig.tar.gz 32.2 KiB 2d6da3477660212ed7cddec606d0324537b39ef24abe627ba389a0da500158f3
haskell-esqueleto_2.1.3-1build6.debian.tar.xz 2.8 KiB fd854757d1b05d2349d506b0c62f145d410a709dc2287fdd3dcb0432645a6c93
haskell-esqueleto_2.1.3-1build6.dsc 3.1 KiB a3858cccdacb0a4df7b6d025a96f0e5d6176bbbd04fe74f6820036f1d0f3a32b

Available diffs

View changes file

Binary packages built by this source

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

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

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

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

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.