From: Matthew Pickering Date: Mon, 23 May 2016 13:53:39 +0000 (+0100) Subject: Fix build by removing unused import. X-Git-Tag: ghc-8.3-start~1737 X-Git-Url: https://git.haskell.org/ghc.git/commitdiff_plain/d835ee6208119d62bbdfa2915ba1bfc0558e9045 Fix build by removing unused import. --- diff --git a/compiler/typecheck/TcPatSyn.hs b/compiler/typecheck/TcPatSyn.hs index 8763774..260a3f2 100644 --- a/compiler/typecheck/TcPatSyn.hs +++ b/compiler/typecheck/TcPatSyn.hs @@ -14,7 +14,7 @@ module TcPatSyn ( tcPatSynSig, tcInferPatSynDecl, tcCheckPatSynDecl import HsSyn import TcPat import TcHsType( tcImplicitTKBndrs, tcExplicitTKBndrs - , tcHsContext, tcHsLiftedType, tcHsOpenType, kindGeneralize ) + , tcHsContext, tcHsOpenType, kindGeneralize ) import Type( binderVar, mkNamedBinders, binderVisibility , tidyTyCoVarBndrs, tidyTypes, tidyType ) import TcRnMonad