summaryrefslogtreecommitdiff
path: root/p/shelltestrunner
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-02-09 16:01:54 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-02-09 16:01:54 +0400
commitac8a24d9adac3921420e59e7635fd43fcb4651b4 (patch)
treef35ccaaa35d539fc33c2a0651418c02a367c7341 /p/shelltestrunner
parentaf0b4e6aecd6a0e9c50302a520cf0007f5707b1f (diff)
downloadDHG_packages-ac8a24d9adac3921420e59e7635fd43fcb4651b4.tar.gz
shelltestrunner: Drop obsolete patches
Diffstat (limited to 'p/shelltestrunner')
-rw-r--r--p/shelltestrunner/debian/patches/fix-test-framework-deps.patch14
-rw-r--r--p/shelltestrunner/debian/patches/fix-utf8-ghc7.4.patch17
-rw-r--r--p/shelltestrunner/debian/patches/series2
3 files changed, 0 insertions, 33 deletions
diff --git a/p/shelltestrunner/debian/patches/fix-test-framework-deps.patch b/p/shelltestrunner/debian/patches/fix-test-framework-deps.patch
deleted file mode 100644
index c2dc44701..000000000
--- a/p/shelltestrunner/debian/patches/fix-test-framework-deps.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-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/fix-utf8-ghc7.4.patch b/p/shelltestrunner/debian/patches/fix-utf8-ghc7.4.patch
deleted file mode 100644
index c20a9faf7..000000000
--- a/p/shelltestrunner/debian/patches/fix-utf8-ghc7.4.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Adapt to GHC 7.4 filename handling
- GHC 7.4 already deals with unicode filenames, no need to encode/decode anymore.
-Author: Iustin Pop <iustin@debian.org>
-Forwarded: no
-Last-Update: 2012-05-19
---- a/shelltest.hs
-+++ b/shelltest.hs
-@@ -467,8 +467,4 @@
- -- (cf http://www.dwheeler.com/essays/fixing-unix-linux-filenames.html)
- -- and elsewhere we leave it unchanged.
- toPlatformString :: String -> PlatformString
--toPlatformString = case os of
-- "unix" -> UTF8.encodeString
-- "linux" -> UTF8.encodeString
-- "darwin" -> UTF8.encodeString
-- _ -> id
-+toPlatformString = id
diff --git a/p/shelltestrunner/debian/patches/series b/p/shelltestrunner/debian/patches/series
index 4fd940a9a..7bf847f38 100644
--- a/p/shelltestrunner/debian/patches/series
+++ b/p/shelltestrunner/debian/patches/series
@@ -1,3 +1 @@
remove-cabal-th-dependency.patch
-fix-test-framework-deps.patch
-fix-utf8-ghc7.4.patch