From: Ian Lynagh Date: Mon, 4 Aug 2008 15:59:56 +0000 (+0000) Subject: Remove some unnecessary Data.Tuple imports X-Git-Tag: 6_10_branch_has_been_forked~87 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=82d74b928620a26c07351e9b89f5cf0106e3efac;p=ghc-base.git Remove some unnecessary Data.Tuple imports --- diff --git a/Data/Either.hs b/Data/Either.hs index dbed24b..cb71eaa 100644 --- a/Data/Either.hs +++ b/Data/Either.hs @@ -21,8 +21,6 @@ module Data.Either ( partitionEithers, -- :: [Either a b] -> ([a],[b]) ) where -import Data.Tuple () - #ifdef __GLASGOW_HASKELL__ import GHC.Base import GHC.Show diff --git a/GHC/List.lhs b/GHC/List.lhs index d311dac..be2de96 100644 --- a/GHC/List.lhs +++ b/GHC/List.lhs @@ -38,7 +38,6 @@ module GHC.List ( ) where -import Data.Tuple() -- Instances import Data.Maybe import GHC.Base