[commit: ghc] wip/nfs-locking: Fix get-win32-tarballs command line. (32a2526)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:29:09 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/32a25268694276e609343dfc28361444a5fa7287/ghc

>---------------------------------------------------------------

commit 32a25268694276e609343dfc28361444a5fa7287
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Thu May 5 04:25:47 2016 +0100

    Fix get-win32-tarballs command line.


>---------------------------------------------------------------

32a25268694276e609343dfc28361444a5fa7287
 src/Rules/Configure.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Rules/Configure.hs b/src/Rules/Configure.hs
index 44ed75c..d36542a 100644
--- a/src/Rules/Configure.hs
+++ b/src/Rules/Configure.hs
@@ -24,7 +24,7 @@ configureRules = do
             -- We cannot use windowsHost here due to a cyclic dependency.
             when (System.os == "mingw32") $ do
                 putBuild "| Checking for Windows tarballs..."
-                quietly $ cmd ["bash mk/get-win32-tarballs.sh download", System.arch]
+                quietly $ cmd ["bash", "mk/get-win32-tarballs.sh", "download", System.arch]
             let srcs    = map (<.> "in") outs
                 context = vanillaContext Stage0 compiler
             need srcs



More information about the ghc-commits mailing list