[commit: ghc] master: Fix build by removing unused import. (d835ee6)

git at git.haskell.org git at git.haskell.org
Mon May 23 13:50:56 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/d835ee6208119d62bbdfa2915ba1bfc0558e9045/ghc

>---------------------------------------------------------------

commit d835ee6208119d62bbdfa2915ba1bfc0558e9045
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date:   Mon May 23 14:53:39 2016 +0100

    Fix build by removing unused import.


>---------------------------------------------------------------

d835ee6208119d62bbdfa2915ba1bfc0558e9045
 compiler/typecheck/TcPatSyn.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the ghc-commits mailing list