[Pkg-haskell-commits] darcs: haskell-esqueleto: New upstream version.
Colin Watson
cjwatson at debian.org
Tue Jun 17 09:18:51 UTC 2014
Tue Jun 17 09:04:45 UTC 2014 Colin Watson <cjwatson at debian.org>
* New upstream version.
M ./changelog +6
M ./control -6 +5
Tue Jun 17 09:04:45 UTC 2014 Colin Watson <cjwatson at debian.org>
* New upstream version.
diff -rN -u old-haskell-esqueleto/changelog new-haskell-esqueleto/changelog
--- old-haskell-esqueleto/changelog 2014-06-17 09:18:51.860019647 +0000
+++ new-haskell-esqueleto/changelog 2014-06-17 09:18:51.864019645 +0000
@@ -1,3 +1,9 @@
+haskell-esqueleto (1.4.1.2-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Colin Watson <cjwatson at debian.org> Tue, 17 Jun 2014 10:04:01 +0100
+
haskell-esqueleto (1.3.5-1) unstable; urgency=medium
* New upstream release
diff -rN -u old-haskell-esqueleto/control new-haskell-esqueleto/control
--- old-haskell-esqueleto/control 2014-06-17 09:18:51.860019647 +0000
+++ new-haskell-esqueleto/control 2014-06-17 09:18:51.864019645 +0000
@@ -8,7 +8,7 @@
, haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
- , libghc-conduit-dev
+ , libghc-conduit-dev (>= 1.1)
, libghc-conduit-prof
, libghc-monad-logger-dev
, libghc-monad-logger-prof
@@ -27,8 +27,7 @@
, libghc-unordered-containers-prof
, libghc-hunit-dev
, libghc-quickcheck2-dev
- , libghc-hspec-dev (>= 1.3)
- , libghc-hspec-dev (<< 1.9)
+ , libghc-hspec-dev (>= 1.8)
, libghc-persistent-sqlite-dev (>= 1.2)
, libghc-persistent-sqlite-dev (<< 1.4)
, libghc-persistent-template-dev (>= 1.2)
@@ -47,11 +46,11 @@
Homepage: http://hackage.haskell.org/package/esqueleto
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-esqueleto
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-esqueleto
-X-Description: bare-bones, type-safe EDSL for SQL on persistent backends
+X-Description: type-safe EDSL for SQL on persistent backends
esqueleto is a bare bones, type-safe EDSL for SQL queries
that works with unmodified persistent SQL backends. Its
- language closely resembles SQL, so (a) you don't have to learn
- new concepts, just new syntax, and (b) it's fairly easy to
+ 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
More information about the Pkg-haskell-commits
mailing list