[DHG_packages] 02/03: ChasingBottoms: patch to build with newer syb
Clint Adams
clint at moszumanska.debian.org
Tue Jan 12 03:06:50 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository DHG_packages.
commit e771d4a730d9a828bed2820e6306085494915d33
Author: Clint Adams <clint at debian.org>
Date: Mon Jan 11 21:23:08 2016 -0500
ChasingBottoms: patch to build with newer syb
---
p/haskell-chasingbottoms/debian/changelog | 6 ++++++
p/haskell-chasingbottoms/debian/control | 2 +-
p/haskell-chasingbottoms/debian/patches/newer-syb | 18 ++++++++++++++++++
p/haskell-chasingbottoms/debian/patches/series | 1 +
4 files changed, 26 insertions(+), 1 deletion(-)
diff --git a/p/haskell-chasingbottoms/debian/changelog b/p/haskell-chasingbottoms/debian/changelog
index f777dce..a8aad87 100644
--- a/p/haskell-chasingbottoms/debian/changelog
+++ b/p/haskell-chasingbottoms/debian/changelog
@@ -1,3 +1,9 @@
+haskell-chasingbottoms (1.3.0.13-5) unstable; urgency=medium
+
+ * Patch to build with newer syb.
+
+ -- Clint Adams <clint at debian.org> Mon, 11 Jan 2016 21:22:44 -0500
+
haskell-chasingbottoms (1.3.0.13-4) unstable; urgency=medium
* Switch Vcs-Git/Vcs-Browser headers to new location.
diff --git a/p/haskell-chasingbottoms/debian/control b/p/haskell-chasingbottoms/debian/control
index f928fac..56a5028 100644
--- a/p/haskell-chasingbottoms/debian/control
+++ b/p/haskell-chasingbottoms/debian/control
@@ -18,7 +18,7 @@ Build-Depends: debhelper (>= 9),
libghc-random-dev (<< 1.2),
libghc-random-prof,
libghc-syb-dev (>= 0.1.0.2),
- libghc-syb-dev (<< 0.6),
+ libghc-syb-dev (<< 0.7),
libghc-syb-prof,
Build-Depends-Indep: ghc-doc,
libghc-quickcheck2-doc,
diff --git a/p/haskell-chasingbottoms/debian/patches/newer-syb b/p/haskell-chasingbottoms/debian/patches/newer-syb
new file mode 100644
index 0000000..210e9df
--- /dev/null
+++ b/p/haskell-chasingbottoms/debian/patches/newer-syb
@@ -0,0 +1,18 @@
+--- a/ChasingBottoms.cabal
++++ b/ChasingBottoms.cabal
+@@ -143,7 +143,7 @@
+ base >= 4.0 && < 4.9,
+ containers >= 0.3 && < 0.6,
+ random >= 1.0 && < 1.2,
+- syb >= 0.1.0.2 && < 0.6
++ syb >= 0.1.0.2 && < 0.7
+
+ test-suite ChasingBottomsTestSuite
+ type: exitcode-stdio-1.0
+@@ -166,5 +166,5 @@
+ base >= 4.0 && < 4.9,
+ containers >= 0.3 && < 0.6,
+ random >= 1.0 && < 1.2,
+- syb >= 0.1.0.2 && < 0.6,
++ syb >= 0.1.0.2 && < 0.7,
+ array >= 0.3 && < 0.6
diff --git a/p/haskell-chasingbottoms/debian/patches/series b/p/haskell-chasingbottoms/debian/patches/series
new file mode 100644
index 0000000..28c0e6a
--- /dev/null
+++ b/p/haskell-chasingbottoms/debian/patches/series
@@ -0,0 +1 @@
+newer-syb
--
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