[package-plan] 01/01: Patch snap to remove dependency on test-framework-smallcheck

Ilias Tsitsimpis iliastsi-guest at moszumanska.debian.org
Sat Nov 4 15:50:36 UTC 2017


This is an automated email from the git hooks/post-receive script.

iliastsi-guest pushed a commit to branch master
in repository package-plan.

commit 668c8a0b1dd9c3804548b0d1e845b4c177855eb6
Author: Ilias Tsitsimpis <iliastsi at debian.org>
Date:   Sat Nov 4 17:29:07 2017 +0200

    Patch snap to remove dependency on test-framework-smallcheck
    
    test-framework-smallcheck is old & abandoned.
    See upstream bug https://github.com/snapframework/snap/issues/159.
---
 packages.txt                                      |  1 -
 patches/snap/1.0.0.2/no-test-framework-smallcheck | 12 ++++++++++++
 patches/snap/1.0.0.2/series                       |  1 +
 3 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/packages.txt b/packages.txt
index 71da6c4..494ab97 100644
--- a/packages.txt
+++ b/packages.txt
@@ -803,7 +803,6 @@ terminal-size 0.3.2.1
 test-framework 0.8.1.1
 test-framework-hunit 0.3.0.2
 test-framework-quickcheck2 0.3.0.4
-test-framework-smallcheck 0.2
 test-framework-th 0.2.4
 test-framework-th-prime 0.0.10 ahead
 testing-feat 0.4.0.3
diff --git a/patches/snap/1.0.0.2/no-test-framework-smallcheck b/patches/snap/1.0.0.2/no-test-framework-smallcheck
new file mode 100644
index 0000000..9c500f9
--- /dev/null
+++ b/patches/snap/1.0.0.2/no-test-framework-smallcheck
@@ -0,0 +1,12 @@
+Index: b/snap.cabal
+===================================================================
+--- a/snap.cabal
++++ b/snap.cabal
+@@ -256,7 +256,6 @@ Test-suite testsuite
+     test-framework             >= 0.8.0.3  && < 0.9,
+     test-framework-hunit       >= 0.3.0.1  && < 0.4,
+     test-framework-quickcheck2 >= 0.3.0.3  && < 0.4,
+-    test-framework-smallcheck  >= 0.2      && < 0.3,
+     text,
+     time,
+     transformers,
diff --git a/patches/snap/1.0.0.2/series b/patches/snap/1.0.0.2/series
new file mode 100644
index 0000000..1fb2e1b
--- /dev/null
+++ b/patches/snap/1.0.0.2/series
@@ -0,0 +1 @@
+no-test-framework-smallcheck

-- 
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