From 1382ec31ef25cfc1426dd9dfa31f7fa4718af9f4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 17 May 2013 13:12:17 -0400 Subject: bad hunk --- ...-hack-around-strange-build-problem-in-jenkins-autobui.patch | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/standalone/windows/haskell-patches/MissingH_1.2.0.0-0001-hack-around-strange-build-problem-in-jenkins-autobui.patch b/standalone/windows/haskell-patches/MissingH_1.2.0.0-0001-hack-around-strange-build-problem-in-jenkins-autobui.patch index 115afd7f9..72aa54e00 100644 --- a/standalone/windows/haskell-patches/MissingH_1.2.0.0-0001-hack-around-strange-build-problem-in-jenkins-autobui.patch +++ b/standalone/windows/haskell-patches/MissingH_1.2.0.0-0001-hack-around-strange-build-problem-in-jenkins-autobui.patch @@ -19,16 +19,6 @@ diff --git a/src/System/IO/WindowsCompat.hs b/src/System/IO/WindowsCompat.hs index 473490d..0eea21b 100644 --- a/src/System/IO/WindowsCompat.hs +++ b/src/System/IO/WindowsCompat.hs -@@ -44,8 +44,7 @@ Or, to avoid having to use CPP and make things even easier, just import - -} - - module System.IO.WindowsCompat --#if 1 --!(defined(mingw32_HOST_OS) || defined(mingw32_TARGET_OS) || defined(__MINGW32__)) -+#if !(defined(mingw32_HOST_OS) || defined(mingw32_TARGET_OS) || defined(__MINGW32__)) - where - #else - (module System.IO.StatCompat, module System.IO.WindowsCompat) @@ -120,8 +119,10 @@ getFileStatus fp = do isfile <- doesFileExist fp isdir <- doesDirectoryExist fp -- cgit v1.2.3