summaryrefslogtreecommitdiff
path: root/p/shelltestrunner
diff options
context:
space:
mode:
authorIustin Pop <iustin@debian.org>2012-05-19 22:38:54 +0400
committerIustin Pop <iustin@debian.org>2012-05-19 22:38:54 +0400
commitdf113e223b1d25b06f901503fbb040c91dad0980 (patch)
tree7db21fec3100a0e584bd7caa35a7090c98702fdf /p/shelltestrunner
parent382f6440c2228473d21a5bb120d3372f6e209654 (diff)
downloadDHG_packages-df113e223b1d25b06f901503fbb040c91dad0980.tar.gz
shelltestrunner: Bump test-framework dependency
Diffstat (limited to 'p/shelltestrunner')
-rw-r--r--p/shelltestrunner/debian/control2
-rw-r--r--p/shelltestrunner/debian/patches/fix-test-framework-deps.patch14
-rw-r--r--p/shelltestrunner/debian/patches/series1
3 files changed, 16 insertions, 1 deletions
diff --git a/p/shelltestrunner/debian/control b/p/shelltestrunner/debian/control
index 3732b3456..1c142be2d 100644
--- a/p/shelltestrunner/debian/control
+++ b/p/shelltestrunner/debian/control
@@ -18,7 +18,7 @@ Build-Depends: debhelper (>= 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 --git a/p/shelltestrunner/debian/patches/fix-test-framework-deps.patch b/p/shelltestrunner/debian/patches/fix-test-framework-deps.patch
new file mode 100644
index 000000000..c2dc44701
--- /dev/null
+++ b/p/shelltestrunner/debian/patches/fix-test-framework-deps.patch
@@ -0,0 +1,14 @@
+Subject: bump dependency on test-framework
+Author: Iustin Pop <iustin@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 --git a/p/shelltestrunner/debian/patches/series b/p/shelltestrunner/debian/patches/series
index 7bf847f38..30c58d192 100644
--- a/p/shelltestrunner/debian/patches/series
+++ b/p/shelltestrunner/debian/patches/series
@@ -1 +1,2 @@
remove-cabal-th-dependency.patch
+fix-test-framework-deps.patch