[commit: hsc2hs] master: Follow Win64 changes in GHC (88fd9df)
Ian Lynagh
igloo at earth.li
Mon Jun 18 21:03:56 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/hsc2hs
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/88fd9df9754004be73e1af6a4c5bc6a3edb8b2f6
>---------------------------------------------------------------
commit 88fd9df9754004be73e1af6a4c5bc6a3edb8b2f6
Author: Ian Lynagh <igloo at earth.li>
Date: Sun Jun 17 21:50:33 2012 +0100
Follow Win64 changes in GHC
>---------------------------------------------------------------
Main.hs | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/Main.hs b/Main.hs
index 9838141..48aede9 100644
--- a/Main.hs
+++ b/Main.hs
@@ -185,8 +185,7 @@ findCompiler mb_libdir config
-- comes with GHC (#3929)
inplaceGccs = case mb_libdir of
Nothing -> []
- Just d -> [d ++ "/../mingw/bin/x86_64-w64-mingw32-gcc.exe",
- d ++ "/../mingw/bin/gcc.exe"]
+ Just d -> [d ++ "/../mingw/bin/gcc.exe"]
search [] = search_path
search (x : xs) = do b <- doesFileExist x
if b then return x else search xs
More information about the Cvs-ghc
mailing list