[package-plan] 01/01: patch cabal-install
Clint Adams
clint at moszumanska.debian.org
Fri Dec 4 14:39:33 UTC 2015
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository package-plan.
commit 1691940f20067237ee9b1781e8dfce34d19c7032
Author: Clint Adams <clint at debian.org>
Date: Fri Dec 4 09:39:22 2015 -0500
patch cabal-install
---
.../1.22.6.0/delete-import-of-missing-test.patch | 19 +++++++++++++++++++
patches/cabal-install/1.22.6.0/newer-quickcheck.diff | 11 +++++++++++
patches/cabal-install/1.22.6.0/series | 2 ++
3 files changed, 32 insertions(+)
diff --git a/patches/cabal-install/1.22.6.0/delete-import-of-missing-test.patch b/patches/cabal-install/1.22.6.0/delete-import-of-missing-test.patch
new file mode 100644
index 0000000..a706bcd
--- /dev/null
+++ b/patches/cabal-install/1.22.6.0/delete-import-of-missing-test.patch
@@ -0,0 +1,19 @@
+--- a/tests/PackageTests.hs
++++ b/tests/PackageTests.hs
+@@ -35,7 +35,6 @@ import PackageTests.PackageTester ( Test
+ -- Modules containing the tests.
+ import qualified PackageTests.Exec.Check
+ import qualified PackageTests.Freeze.Check
+-import qualified PackageTests.MultipleSource.Check
+
+ -- List of tests to run. Each test will be called with the path to the
+ -- cabal binary to use.
+@@ -43,7 +42,7 @@ tests :: PackageTests.PackageTester.Test
+ tests paths =
+ [ testGroup "Freeze" $ PackageTests.Freeze.Check.tests paths
+ , testGroup "Exec" $ PackageTests.Exec.Check.tests paths
+- , testGroup "MultipleSource" $ PackageTests.MultipleSource.Check.tests paths
++
+ ]
+
+ cabalProgram :: Program
diff --git a/patches/cabal-install/1.22.6.0/newer-quickcheck.diff b/patches/cabal-install/1.22.6.0/newer-quickcheck.diff
new file mode 100644
index 0000000..bcaf6f2
--- /dev/null
+++ b/patches/cabal-install/1.22.6.0/newer-quickcheck.diff
@@ -0,0 +1,11 @@
+--- a/cabal-install.cabal
++++ b/cabal-install.cabal
+@@ -236,7 +236,7 @@
+ build-depends:
+ Cabal,
+ HUnit,
+- QuickCheck >= 2.1.0.1 && < 2.8,
++ QuickCheck >= 2.1.0.1,
+ base,
+ bytestring,
+ directory,
diff --git a/patches/cabal-install/1.22.6.0/series b/patches/cabal-install/1.22.6.0/series
new file mode 100644
index 0000000..0027025
--- /dev/null
+++ b/patches/cabal-install/1.22.6.0/series
@@ -0,0 +1,2 @@
+delete-import-of-missing-test.patch
+newer-quickcheck.diff
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/package-plan.git
More information about the Pkg-haskell-commits
mailing list