[commit: ghc] master: dll-split: Say where to update module list and fix a typo. (27955ff)
git at git.haskell.org
git at git.haskell.org
Fri Aug 23 21:26:25 CEST 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/27955ff375b36aea4bda688078b8758c342ebdb6/ghc
>---------------------------------------------------------------
commit 27955ff375b36aea4bda688078b8758c342ebdb6
Author: Edward Z. Yang <ezyang at mit.edu>
Date: Fri Aug 23 12:25:48 2013 -0700
dll-split: Say where to update module list and fix a typo.
Signed-off-by: Edward Z. Yang <ezyang at mit.edu>
>---------------------------------------------------------------
27955ff375b36aea4bda688078b8758c342ebdb6
utils/dll-split/Main.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utils/dll-split/Main.hs b/utils/dll-split/Main.hs
index 336b6d9..c0e3706 100644
--- a/utils/dll-split/Main.hs
+++ b/utils/dll-split/Main.hs
@@ -38,7 +38,7 @@ doit depfile startModule expectedReachableMods
in putStrLn (name ++ ": " ++ unwords ms)
putStrLn ("Reachable modules from " ++ moduleName startModule
++ " out of date")
- putStrLn "Please fix it, or building DLLs on Widnows may break (#7780)"
+ putStrLn "Please fix compiler/ghc.mk, or building DLLs on Windows may break (#7780)"
tellSet "Redundant modules" redundant
tellSet "Extra modules" extra
exitFailure
More information about the ghc-commits
mailing list