[DHG_packages] 01/02: pointed: patch for newer data-default-class
Clint Adams
clint at moszumanska.debian.org
Sat Oct 15 06:49:02 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 edc4963936a36c69ca8b5b9974fca1011c04d3c2
Author: Clint Adams <clint at debian.org>
Date: Sat Oct 15 02:45:37 2016 -0400
pointed: patch for newer data-default-class
---
p/haskell-pointed/debian/changelog | 6 ++++++
p/haskell-pointed/debian/patches/newer-data-default-class | 11 +++++++++++
p/haskell-pointed/debian/patches/series | 1 +
3 files changed, 18 insertions(+)
diff --git a/p/haskell-pointed/debian/changelog b/p/haskell-pointed/debian/changelog
index 68b7917..8b3647f 100644
--- a/p/haskell-pointed/debian/changelog
+++ b/p/haskell-pointed/debian/changelog
@@ -1,3 +1,9 @@
+haskell-pointed (5-3) experimental; urgency=medium
+
+ * Patch for newer data-default-class.
+
+ -- Clint Adams <clint at debian.org> Sat, 15 Oct 2016 02:45:15 -0400
+
haskell-pointed (5-2) experimental; urgency=medium
* That upload was meant for experimental.
diff --git a/p/haskell-pointed/debian/patches/newer-data-default-class b/p/haskell-pointed/debian/patches/newer-data-default-class
new file mode 100644
index 0000000..5907d46
--- /dev/null
+++ b/p/haskell-pointed/debian/patches/newer-data-default-class
@@ -0,0 +1,11 @@
+--- a/pointed.cabal
++++ b/pointed.cabal
+@@ -61,7 +61,7 @@ flag unordered-containers
+
+ library
+ build-depends: base >= 4 && < 5,
+- data-default-class >= 0.0.1 && < 0.1
++ data-default-class >= 0.0.1 && < 0.2
+
+ if flag(comonad)
+ build-depends: comonad >= 5 && < 6
diff --git a/p/haskell-pointed/debian/patches/series b/p/haskell-pointed/debian/patches/series
new file mode 100644
index 0000000..f13a199
--- /dev/null
+++ b/p/haskell-pointed/debian/patches/series
@@ -0,0 +1 @@
+newer-data-default-class
--
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