diff --git a/ghc/compiler/types/TyCon.lhs b/ghc/compiler/types/TyCon.lhs
index 48445e4e9c1734c0ac4baaf48cea33e78fe952b5..ada8cefba8f1ab43765a3c66d38d9edef964fc75 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 )