[commit: ghc] wip/nfs-locking: Fix typo (2895999)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:42:34 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/2895999d7ac18fe9f90e6f6feb47c4e71a84202f/ghc
>---------------------------------------------------------------
commit 2895999d7ac18fe9f90e6f6feb47c4e71a84202f
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Sat Oct 22 11:27:01 2016 +0100
Fix typo
>---------------------------------------------------------------
2895999d7ac18fe9f90e6f6feb47c4e71a84202f
src/Settings/Builders/Configure.hs | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/Settings/Builders/Configure.hs b/src/Settings/Builders/Configure.hs
index 6482df1..deab649 100644
--- a/src/Settings/Builders/Configure.hs
+++ b/src/Settings/Builders/Configure.hs
@@ -26,8 +26,7 @@ configureBuilderArgs = mconcat
, "--enable-shared=no" -- TODO: add support for yes
, "--host=" ++ targetPlatform ]
- -- On OS X, use "nm-classic" instead of "nm" due to a bug in the later.
+ -- On OS X, use "nm-classic" instead of "nm" due to a bug in the latter.
-- See https://ghc.haskell.org/trac/ghc/ticket/11744
, builder (Configure ".") ? System.os == "darwin" ?
- arg "--with-nm=$(xcrun --find nm-classic)"
- ]
+ arg "--with-nm=$(xcrun --find nm-classic)" ]
More information about the ghc-commits
mailing list