From 165ac4af4a1002eff5f5a474bc21bc443c8f8c63 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Thu, 12 Jun 2014 00:57:26 +0200 Subject: Catch two typos --- libraries/base/GHC/Base.lhs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libraries') diff --git a/libraries/base/GHC/Base.lhs b/libraries/base/GHC/Base.lhs index 5c362d4c33..6a089ee432 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. -- cgit v1.2.1