[Pkg-haskell-commits] darcs: shelltestrunner: Drop obsolete patches
Joachim Breitner
mail at joachim-breitner.de
Sat Feb 9 12:19:41 UTC 2013
Sat Feb 9 12:01:54 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Drop obsolete patches
Ignore-this: c696fe6608e4713a355797c4d050f78c
R ./patches/fix-test-framework-deps.patch
R ./patches/fix-utf8-ghc7.4.patch
M ./patches/series -2
Sat Feb 9 12:01:54 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Drop obsolete patches
Ignore-this: c696fe6608e4713a355797c4d050f78c
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 2013-02-09 12:19:40.946223877 +0000
+++ new-shelltestrunner//patches/fix-test-framework-deps.patch 1970-01-01 00:00:00.000000000 +0000
@@ -1,14 +0,0 @@
-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/fix-utf8-ghc7.4.patch new-shelltestrunner//patches/fix-utf8-ghc7.4.patch
--- old-shelltestrunner//patches/fix-utf8-ghc7.4.patch 2013-02-09 12:19:40.942241699 +0000
+++ new-shelltestrunner//patches/fix-utf8-ghc7.4.patch 1970-01-01 00:00:00.000000000 +0000
@@ -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 at 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 -rN -u old-shelltestrunner//patches/series new-shelltestrunner//patches/series
--- old-shelltestrunner//patches/series 2013-02-09 12:19:40.942241699 +0000
+++ new-shelltestrunner//patches/series 2013-02-09 12:19:40.950223221 +0000
@@ -1,3 +1 @@
remove-cabal-th-dependency.patch
-fix-test-framework-deps.patch
-fix-utf8-ghc7.4.patch
More information about the Pkg-haskell-commits
mailing list