[package-plan] 01/01: patch terminal-progress bar for newer HUnit
Clint Adams
clint at moszumanska.debian.org
Tue Jan 12 17:07:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository package-plan.
commit da2fc174a8e3ee7318a7d221a1b79f0f1b784fa6
Author: Clint Adams <clint at debian.org>
Date: Tue Jan 12 12:07:46 2016 -0500
patch terminal-progress bar for newer HUnit
---
packages.txt | 2 +-
patches/terminal-progress-bar/0.0.1.4/newer-hunit | 11 +++++++++++
patches/terminal-progress-bar/0.0.1.4/series | 1 +
3 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/packages.txt b/packages.txt
index 8d19c75..bdb8ab5 100644
--- a/packages.txt
+++ b/packages.txt
@@ -669,7 +669,7 @@ tasty-th 0.1.3
template 0.2.0.10 key # is in stackage, just not in LTS yet
temporary 1.2.0.3
temporary-rc 1.2.0.3 avoid # should be patched to use temporary
-terminal-progress-bar 0.0.1.4 notest
+terminal-progress-bar 0.0.1.4
terminal-size 0.3.2.1
test-framework 0.8.1.1
test-framework-hunit 0.3.0.2
diff --git a/patches/terminal-progress-bar/0.0.1.4/newer-hunit b/patches/terminal-progress-bar/0.0.1.4/newer-hunit
new file mode 100644
index 0000000..557bd14
--- /dev/null
+++ b/patches/terminal-progress-bar/0.0.1.4/newer-hunit
@@ -0,0 +1,11 @@
+--- a/terminal-progress-bar.cabal
++++ b/terminal-progress-bar.cabal
+@@ -55,7 +55,7 @@
+ ghc-options: -Wall
+ build-depends: base >= 3.0.3.1 && < 5.0
+ , base-unicode-symbols >= 0.2.2.3 && < 0.3
+- , HUnit >= 1.2.4.2 && < 1.3
++ , HUnit >= 1.2.4.2 && < 1.4
+ , terminal-progress-bar
+ , test-framework >= 0.3.3 && < 0.9
+ , test-framework-hunit >= 0.2.6 && < 0.4
diff --git a/patches/terminal-progress-bar/0.0.1.4/series b/patches/terminal-progress-bar/0.0.1.4/series
new file mode 100644
index 0000000..41b2cc7
--- /dev/null
+++ b/patches/terminal-progress-bar/0.0.1.4/series
@@ -0,0 +1 @@
+newer-hunit
--
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