[commit: packages/Cabal] ghc-head: Typo. (fd174fc)
git at git.haskell.org
git at git.haskell.org
Mon Aug 26 23:27:57 CEST 2013
Repository : ssh://git@git.haskell.org/Cabal
On branch : ghc-head
Link : http://git.haskell.org/?p=packages/Cabal.git;a=commit;h=fd174fc097c711a5a13daccd0840b14318a2c4e4
>---------------------------------------------------------------
commit fd174fc097c711a5a13daccd0840b14318a2c4e4
Author: Mikhail Glushenkov <mikhail.glushenkov at gmail.com>
Date: Tue Jul 9 00:30:20 2013 +0200
Typo.
>---------------------------------------------------------------
fd174fc097c711a5a13daccd0840b14318a2c4e4
Cabal/Distribution/Simple/GHC.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cabal/Distribution/Simple/GHC.hs b/Cabal/Distribution/Simple/GHC.hs
index d37d21e..7b7589c 100644
--- a/Cabal/Distribution/Simple/GHC.hs
+++ b/Cabal/Distribution/Simple/GHC.hs
@@ -924,7 +924,7 @@ buildExe verbosity _pkg_descr lbi
}
-- For building exe's for profiling that use TH we actually
- -- have to build twice, once without profiling and the again
+ -- have to build twice, once without profiling and then again
-- with profiling. This is because the code that TH needs to
-- run at compile time needs to be the vanilla ABI so it can
-- be loaded up and run by the compiler.
More information about the ghc-commits
mailing list