From 82d74b928620a26c07351e9b89f5cf0106e3efac Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 4 Aug 2008 15:59:56 +0000 Subject: [PATCH] Remove some unnecessary Data.Tuple imports --- Data/Either.hs | 2 -- GHC/List.lhs | 1 - 2 files changed, 3 deletions(-) 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 -- 1.7.10.4