X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypecheck%2FTcSimplify.lhs;h=c6089d007901cb4ae227e84a27b57cd62b341bf9;hp=21f45479df6e36db588cbc8f16074ab3f8c13ee3;hb=ae45ff0e9831a0dc862a5d68d03e355d7e323c62;hpb=e7498a3ee1d0484d02a9e86633cc179c76ebf36e diff --git a/ghc/compiler/typecheck/TcSimplify.lhs b/ghc/compiler/typecheck/TcSimplify.lhs index 21f4547..c6089d0 100644 --- a/ghc/compiler/typecheck/TcSimplify.lhs +++ b/ghc/compiler/typecheck/TcSimplify.lhs @@ -15,7 +15,7 @@ module TcSimplify ( IMP_Ubiq() import HsSyn ( MonoBinds(..), HsExpr(..), InPat, OutPat, HsLit, - Match, HsBinds, Qual, PolyType, ArithSeqInfo, + Match, HsBinds, Qualifier, PolyType, ArithSeqInfo, GRHSsAndBinds, Stmt, Fake ) import TcHsSyn ( TcIdOcc(..), TcIdBndr(..), TcExpr(..), TcMonoBinds(..) )