From 631eb5c32541a1a6e4091e70edd0e43d8cb14669 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 17 Dec 2008 10:46:55 +0000 Subject: [PATCH] extra dependencies for the new build system --- GHC/Base.lhs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/GHC/Base.lhs b/GHC/Base.lhs index 9951b5a..06c7046 100644 --- a/GHC/Base.lhs +++ b/GHC/Base.lhs @@ -103,6 +103,12 @@ import GHC.Ordering import GHC.Prim import {-# SOURCE #-} GHC.Err +-- These two are not strictly speaking required by this module, but they are +-- implicit dependencies whenever () or tuples are mentioned, so adding them +-- as imports here helps to get the dependencies right in the new build system. +import GHC.Tuple () +import GHC.Unit () + infixr 9 . infixr 5 ++ infixl 1 >>, >>= -- 1.7.10.4