Eq and Ord have moved into GHC.Classes
[ghc-base.git] / Data / Tuple.hs
index 8ed3928..81ae83d 100644 (file)
@@ -40,7 +40,9 @@ module Data.Tuple
     where
 
 #ifdef __GLASGOW_HASKELL__
-import GHC.Base
+import GHC.Bool
+import GHC.Classes
+import GHC.Ordering
 -- XXX The standalone deriving clauses fail with
 --     The data constructors of `(,)' are not all in scope
 --       so you cannot derive an instance for it