From f59ef9948524e4f7e3a947b89306ab377fd56849 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft" Date: Mon, 8 May 2006 14:25:57 +0000 Subject: [PATCH] Trim imports --- GHC/List.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GHC/List.lhs b/GHC/List.lhs index 705fdc9..60fc90b 100644 --- a/GHC/List.lhs +++ b/GHC/List.lhs @@ -38,7 +38,7 @@ module GHC.List ( ) where import {-# SOURCE #-} GHC.Err ( error ) -import Data.Tuple +import Data.Tuple() -- Instances import Data.Maybe import GHC.Base -- 1.7.10.4