[Pkg-haskell-commits] darcs: shelltestrunner: Bump test-framework dependency
Iustin Pop
iustin at debian.org
Sat May 19 19:16:00 UTC 2012
Sat May 19 18:38:54 UTC 2012 Iustin Pop <iustin at debian.org>
* Bump test-framework dependency
Ignore-this: e33a2015a6a96102bb6539068af5a772
M ./control -1 +1
A ./patches/fix-test-framework-deps.patch
M ./patches/series +1
Sat May 19 18:38:54 UTC 2012 Iustin Pop <iustin at debian.org>
* Bump test-framework dependency
Ignore-this: e33a2015a6a96102bb6539068af5a772
diff -rN -u old-shelltestrunner//control new-shelltestrunner//control
--- old-shelltestrunner//control 2012-05-19 19:15:59.922326861 +0000
+++ new-shelltestrunner//control 2012-05-19 19:15:59.994325891 +0000
@@ -18,7 +18,7 @@
, libghc-regex-tdfa-dev (>= 1.1)
, libghc-regex-tdfa-dev (<< 1.2)
, libghc-test-framework-dev (>= 0.3.2)
- , libghc-test-framework-dev (<< 0.6)
+ , libghc-test-framework-dev (<< 0.7)
, libghc-test-framework-hunit-dev (>= 0.2)
, libghc-test-framework-hunit-dev (<< 0.3)
Standards-Version: 3.9.3
diff -rN -u old-shelltestrunner//patches/fix-test-framework-deps.patch new-shelltestrunner//patches/fix-test-framework-deps.patch
--- old-shelltestrunner//patches/fix-test-framework-deps.patch 1970-01-01 00:00:00.000000000 +0000
+++ new-shelltestrunner//patches/fix-test-framework-deps.patch 2012-05-19 19:15:59.958325316 +0000
@@ -0,0 +1,14 @@
+Subject: bump dependency on test-framework
+Author: Iustin Pop <iustin at debian.org>
+Last-updated: 2012-05-19
+--- a/shelltestrunner.cabal
++++ b/shelltestrunner.cabal
+@@ -36,7 +36,7 @@
+ ,parsec < 3.2
+ ,regex-tdfa >= 1.1 && < 1.2
+ ,process < 1.2
+- ,test-framework >= 0.3.2 && < 0.6
++ ,test-framework >= 0.3.2 && < 0.7
+ ,test-framework-hunit >= 0.2 && < 0.3
+ ,utf8-string >= 0.3.5 && < 0.4
+ ,Diff >= 0.1 && < 0.2
diff -rN -u old-shelltestrunner//patches/series new-shelltestrunner//patches/series
--- old-shelltestrunner//patches/series 2012-05-19 19:15:59.910325399 +0000
+++ new-shelltestrunner//patches/series 2012-05-19 19:15:59.994325891 +0000
@@ -1 +1,2 @@
remove-cabal-th-dependency.patch
+fix-test-framework-deps.patch
More information about the Pkg-haskell-commits
mailing list