From: Ian Lynagh Date: Sun, 22 Mar 2009 16:22:41 +0000 (+0000) Subject: Add an import needed in the new build system X-Git-Tag: 2009-06-25~47 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=0837fba2ac9d91d68ccea256933976ed3a4bcb11;p=ghc-base.git Add an import needed in the new build system --- diff --git a/Data/Tuple.hs b/Data/Tuple.hs index 335835c..5c752a8 100644 --- a/Data/Tuple.hs +++ b/Data/Tuple.hs @@ -75,6 +75,10 @@ import Prelude ) #endif +#ifdef __GLASGOW_HASKELL__ +import GHC.Unit () +#endif + default () -- Double isn't available yet #ifdef __GLASGOW_HASKELL__