[DHG_packages] 02/05: esqueleto: patch for newer persistent, poorly

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 23:17:07 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch experimental
in repository DHG_packages.

commit a27dbc7c4fc54ddb8b2b8284cd7a3c71c102acc9
Author: Clint Adams <clint at debian.org>
Date:   Wed Oct 12 12:24:39 2016 -0400

    esqueleto: patch for newer persistent, poorly
---
 p/haskell-esqueleto/debian/changelog                |  6 +++---
 p/haskell-esqueleto/debian/patches/newer-persistent | 11 +++++++++++
 p/haskell-esqueleto/debian/patches/series           |  1 +
 3 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/p/haskell-esqueleto/debian/changelog b/p/haskell-esqueleto/debian/changelog
index e40928e..5567bad 100644
--- a/p/haskell-esqueleto/debian/changelog
+++ b/p/haskell-esqueleto/debian/changelog
@@ -1,8 +1,8 @@
-haskell-esqueleto (2.4.3-2) UNRELEASED; urgency=medium
+haskell-esqueleto (2.4.3-2) experimental; urgency=medium
 
-  * Fix VCS fields
+  * Incompletely patch for newer persistent.  This will break.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:12:29 +0200
+ -- Clint Adams <clint at debian.org>  Wed, 12 Oct 2016 12:24:27 -0400
 
 haskell-esqueleto (2.4.3-1) unstable; urgency=medium
 
diff --git a/p/haskell-esqueleto/debian/patches/newer-persistent b/p/haskell-esqueleto/debian/patches/newer-persistent
new file mode 100644
index 0000000..605ed14
--- /dev/null
+++ b/p/haskell-esqueleto/debian/patches/newer-persistent
@@ -0,0 +1,11 @@
+--- a/esqueleto.cabal
++++ b/esqueleto.cabal
+@@ -66,7 +66,7 @@ library
+       base                 >= 4.5     && < 4.9
+     , bytestring
+     , text                 >= 0.11    && < 1.3
+-    , persistent           >= 2.1.1.7 && < 2.3
++    , persistent           >= 2.1.1.7 && < 2.7
+     , transformers         >= 0.2
+     , unordered-containers >= 0.2
+     , tagged               >= 0.2
diff --git a/p/haskell-esqueleto/debian/patches/series b/p/haskell-esqueleto/debian/patches/series
new file mode 100644
index 0000000..2883011
--- /dev/null
+++ b/p/haskell-esqueleto/debian/patches/series
@@ -0,0 +1 @@
+newer-persistent

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list