aboutsummaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-17 13:12:17 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-17 13:12:17 -0400
commit1382ec31ef25cfc1426dd9dfa31f7fa4718af9f4 (patch)
tree93197110c4032de1d4b45fbc0b62a6b76e227084 /standalone
parentd2e0d313743df08fecb7313a150b84764c6377b0 (diff)
bad hunk
Diffstat (limited to 'standalone')
-rw-r--r--standalone/windows/haskell-patches/MissingH_1.2.0.0-0001-hack-around-strange-build-problem-in-jenkins-autobui.patch10
1 files changed, 0 insertions, 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