From: Simon Marlow Date: Wed, 17 Dec 2008 10:46:55 +0000 (+0000) Subject: extra dependencies for the new build system X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=631eb5c32541a1a6e4091e70edd0e43d8cb14669;p=ghc-base.git extra dependencies for the new build system --- 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 >>, >>=