[package-plan] 01/02: Add patches for shelltestrunner
Clint Adams
clint at moszumanska.debian.org
Sat Oct 22 17:19:55 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository package-plan.
commit 6684c9d08740de34272a28e6e02e1b8b772696b0
Author: Clint Adams <clint at debian.org>
Date: Sat Oct 22 13:16:10 2016 -0400
Add patches for shelltestrunner
---
packages.txt | 2 +-
patches/shelltestrunner/1.3.5/newer-process | 11 +++++++++++
patches/shelltestrunner/1.3.5/relax-hunit-dependency.patch | 11 +++++++++++
patches/shelltestrunner/1.3.5/series | 2 ++
4 files changed, 25 insertions(+), 1 deletion(-)
diff --git a/packages.txt b/packages.txt
index 9543f8b..5d8a99f 100644
--- a/packages.txt
+++ b/packages.txt
@@ -682,7 +682,7 @@ shake 0.15.10
shakespeare 2.0.11.1
shakespeare-text 1.1.0 avoid
ShellCheck 0.4.4 binary=shellcheck key
-shelltestrunner 1.3.5 binary key notest obsolete # BROKEN - GHC8 (HUnit)
+shelltestrunner 1.3.5 binary key notest
should-not-typecheck 2.1.0
show 0.6
silently 1.2.5 notest
diff --git a/patches/shelltestrunner/1.3.5/newer-process b/patches/shelltestrunner/1.3.5/newer-process
new file mode 100644
index 0000000..21b6fae
--- /dev/null
+++ b/patches/shelltestrunner/1.3.5/newer-process
@@ -0,0 +1,11 @@
+--- a/shelltestrunner.cabal
++++ b/shelltestrunner.cabal
+@@ -38,7 +38,7 @@ executable shelltest
+ filepath >= 1.0,
+ parsec < 3.2,
+ pretty-show >= 1.6.5,
+- process < 1.3,
++ process < 1.5,
+ regex-tdfa >= 1.1 && < 1.3,
+ safe,
+ test-framework >= 0.3.2 && < 0.9,
diff --git a/patches/shelltestrunner/1.3.5/relax-hunit-dependency.patch b/patches/shelltestrunner/1.3.5/relax-hunit-dependency.patch
new file mode 100644
index 0000000..396d108
--- /dev/null
+++ b/patches/shelltestrunner/1.3.5/relax-hunit-dependency.patch
@@ -0,0 +1,11 @@
+--- a/shelltestrunner.cabal
++++ b/shelltestrunner.cabal
+@@ -32,7 +32,7 @@ executable shelltest
+ base >= 4 && < 5,
+ Diff >= 0.2.0 && < 0.4,
+ filemanip >= 0.3 && < 0.4,
+- HUnit < 1.3,
++ HUnit < 1.4,
+ cmdargs >= 0.7 && < 0.11,
+ directory >= 1.0,
+ filepath >= 1.0,
diff --git a/patches/shelltestrunner/1.3.5/series b/patches/shelltestrunner/1.3.5/series
new file mode 100644
index 0000000..bcd8073
--- /dev/null
+++ b/patches/shelltestrunner/1.3.5/series
@@ -0,0 +1,2 @@
+relax-hunit-dependency.patch
+newer-process
--
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