From 601bd95083aae24e43d1ec724da83774b04e130b Mon Sep 17 00:00:00 2001
From: simonmar <unknown>
Date: Mon, 21 Aug 2000 14:12:17 +0000
Subject: [PATCH] [project @ 2000-08-21 14:12:17 by simonmar] remove an unused
 import

---
 ghc/compiler/types/TyCon.lhs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ghc/compiler/types/TyCon.lhs b/ghc/compiler/types/TyCon.lhs
index 48445e4e9c17..ada8cefba8f1 100644
--- a/ghc/compiler/types/TyCon.lhs
+++ b/ghc/compiler/types/TyCon.lhs
@@ -53,7 +53,6 @@ import {-# SOURCE #-} DataCon ( DataCon, isExistentialDataCon )
 import Class 		( Class, ClassContext )
 import Var   		( TyVar )
 import BasicTypes	( Arity, NewOrData(..), RecFlag(..), Boxity(..), isBoxed )
-import Maybes
 import Name		( Name, nameUnique, NamedThing(getName) )
 import Unique		( Unique, Uniquable(..), anyBoxConKey )
 import PrimRep		( PrimRep(..), isFollowableRep )
-- 
GitLab