[DHG_packages] 39/101: haskelldb-hdbc: ghc-7.10 compat patch
Joachim Breitner
nomeata at moszumanska.debian.org
Sun Aug 16 14:06:03 UTC 2015
This is an automated email from the git hooks/post-receive script.
nomeata pushed a commit to branch st3
in repository DHG_packages.
commit e43fefc86217b79901fa501dd6fa5261c880d12c
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Sat Aug 15 19:21:56 2015 +0200
haskelldb-hdbc: ghc-7.10 compat patch
---
p/haskelldb-hdbc/debian/changelog | 6 ++++++
p/haskelldb-hdbc/debian/patches/ghc-7.10-compat | 9 +++++++++
p/haskelldb-hdbc/debian/patches/series | 1 +
3 files changed, 16 insertions(+)
diff --git a/p/haskelldb-hdbc/debian/changelog b/p/haskelldb-hdbc/debian/changelog
index 581fb31..4df2ddd 100644
--- a/p/haskelldb-hdbc/debian/changelog
+++ b/p/haskelldb-hdbc/debian/changelog
@@ -1,3 +1,9 @@
+haskelldb-hdbc (2.2.2-6) UNRELEASED; urgency=medium
+
+ * ghc-7.10 compat patch
+
+ -- Joachim Breitner <nomeata at debian.org> Sat, 15 Aug 2015 19:21:49 +0200
+
haskelldb-hdbc (2.2.2-5) unstable; urgency=medium
* Upload to unstable
diff --git a/p/haskelldb-hdbc/debian/patches/ghc-7.10-compat b/p/haskelldb-hdbc/debian/patches/ghc-7.10-compat
new file mode 100644
index 0000000..893ff14
--- /dev/null
+++ b/p/haskelldb-hdbc/debian/patches/ghc-7.10-compat
@@ -0,0 +1,9 @@
+Index: haskelldb-hdbc/Database/HaskellDB/HDBC.hs
+===================================================================
+--- haskelldb-hdbc.orig/Database/HaskellDB/HDBC.hs 2012-10-25 18:58:15.000000000 +0200
++++ haskelldb-hdbc/Database/HaskellDB/HDBC.hs 2015-08-15 19:21:31.972323673 +0200
+@@ -1,3 +1,4 @@
++{-# Language FlexibleContexts #-}
+ -----------------------------------------------------------
+ -- |
+ -- Module : Database.HaskellDB.HDBC
diff --git a/p/haskelldb-hdbc/debian/patches/series b/p/haskelldb-hdbc/debian/patches/series
new file mode 100644
index 0000000..b2b2b59
--- /dev/null
+++ b/p/haskelldb-hdbc/debian/patches/series
@@ -0,0 +1 @@
+ghc-7.10-compat
--
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