X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FTuple.hs;fp=Data%2FTuple.hs;h=6921a21165ff5019f557f3b86a165753d765745d;hb=3d188b69c0b9742c57854c2c52f33beb897770f9;hp=693b8d73f7ecb78601d80f1a5509a7ad2507d133;hpb=1fc945f3ff888665d92152963dba851726c6d529;p=ghc-base.git diff --git a/Data/Tuple.hs b/Data/Tuple.hs index 693b8d7..6921a21 100644 --- a/Data/Tuple.hs +++ b/Data/Tuple.hs @@ -44,13 +44,13 @@ module Data.Tuple import GHC.Base -- We need to depend on GHC.Base so that --- a) so that we get GHC.Bool, GHC.Classes, GHC.Ordering +-- a) so that we get GHC.Classes, GHC.Ordering, GHC.Types -- b) so that GHC.Base.inline is available, which is used -- when expanding instance declarations import GHC.Tuple --- We must import GHC.Tuple, to ensure sure that the +-- We must import GHC.Tuple, to ensure sure that the -- data constructors of `(,)' are in scope when we do -- the standalone deriving instance for Eq (a,b) etc