[commit: ghc] master: Catch two typos (165ac4a)

git at git.haskell.org git at git.haskell.org
Wed Jun 11 23:00:47 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/165ac4af4a1002eff5f5a474bc21bc443c8f8c63/ghc

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

commit 165ac4af4a1002eff5f5a474bc21bc443c8f8c63
Author: Gabor Greif <ggreif at gmail.com>
Date:   Thu Jun 12 00:57:26 2014 +0200

    Catch two typos


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

165ac4af4a1002eff5f5a474bc21bc443c8f8c63
 libraries/base/GHC/Base.lhs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libraries/base/GHC/Base.lhs b/libraries/base/GHC/Base.lhs
index 5c362d4..6a089ee 100644
--- a/libraries/base/GHC/Base.lhs
+++ b/libraries/base/GHC/Base.lhs
@@ -148,12 +148,12 @@ resulting in:
 
 Bottom line: we make GHC.Base depend on GHC.Integer; and everything
 else either depends on GHC.Base, or does not have NoImplicitPrelude
-(ane hence depends on Prelude).
+(and hence depends on Prelude).
 
 Note [Depend on GHC.Tuple]
 ~~~~~~~~~~~~~~~~~~~~~~~~~~
 Similarly, tuple syntax (or ()) creates an implicit dependency on
-GHC.Tuple, so we use the same ruse as for Integer --- see Note [Depend on
+GHC.Tuple, so we use the same rule as for Integer --- see Note [Depend on
 GHC.Integer] --- to explain this to the build system.  We make GHC.Base
 depend on GHC.Tuple, and everything else depends on GHC.Base or Prelude.
 



More information about the ghc-commits mailing list