[package-plan] 01/01: patch bytestring-handle for newer HUnit

Clint Adams clint at moszumanska.debian.org
Tue May 24 15:29:49 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 740d82f3cf833f69f08dc587ce71b385c0a64ce2
Author: Clint Adams <clint at debian.org>
Date:   Tue May 24 11:29:24 2016 -0400

    patch bytestring-handle for newer HUnit
---
 packages.txt                                  |  2 +-
 patches/bytestring-handle/0.1.0.3/newer-hunit | 12 ++++++++++++
 patches/bytestring-handle/0.1.0.3/series      |  1 +
 3 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/packages.txt b/packages.txt
index 2a43485..283e128 100644
--- a/packages.txt
+++ b/packages.txt
@@ -67,7 +67,7 @@ byteorder 1.0.4
 bytes 0.15.2
 bytestring-builder 0.10.6.0.0 ignore # empty package, needs to be patched out
 bytestring-conversion 0.3.1
-bytestring-handle 0.1.0.3 notest
+bytestring-handle 0.1.0.3
 bytestring-lexing 0.5.0.2
 bytestring-mmap 0.2.2
 bytestring-progress 1.0.5
diff --git a/patches/bytestring-handle/0.1.0.3/newer-hunit b/patches/bytestring-handle/0.1.0.3/newer-hunit
new file mode 100644
index 0000000..dba194c
--- /dev/null
+++ b/patches/bytestring-handle/0.1.0.3/newer-hunit
@@ -0,0 +1,12 @@
+--- a/bytestring-handle.cabal
++++ b/bytestring-handle.cabal
+@@ -30,8 +30,8 @@
+   build-depends:
+                   QuickCheck >= 2.1.2 && < 2.9,
+                   test-framework-quickcheck2 >= 0.2.5 && < 0.4,
+-                  HUnit >= 1.2 && < 1.3,
++                  HUnit >= 1.2 && < 1.4,
+                   test-framework-hunit >= 0.2.0 && < 0.4,
+                   test-framework >= 0.2.0 && < 0.9,
+                   bytestring >= 0.9.1.5 && < 0.11,
+                   base >= 4.2 && < 4.9,
diff --git a/patches/bytestring-handle/0.1.0.3/series b/patches/bytestring-handle/0.1.0.3/series
new file mode 100644
index 0000000..41b2cc7
--- /dev/null
+++ b/patches/bytestring-handle/0.1.0.3/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