X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypecheck%2FTcDeriv.lhs;h=778a28a6a079e97649dfd61bc710d69a88d053dd;hb=ca5a4a480d10d61e5b7a52eb4d556e8b8c33e69d;hp=b0791642cb75a024779e4e07b7bdcd6f78a00d4a;hpb=f01a8e8c9c53bfb5ab3393ed3457ebf25390efa1;p=ghc-hetmet.git diff --git a/ghc/compiler/typecheck/TcDeriv.lhs b/ghc/compiler/typecheck/TcDeriv.lhs index b079164..778a28a 100644 --- a/ghc/compiler/typecheck/TcDeriv.lhs +++ b/ghc/compiler/typecheck/TcDeriv.lhs @@ -8,9 +8,7 @@ Handles @deriving@ clauses on @data@ declarations. \begin{code} #include "HsVersions.h" -module TcDeriv ( - tcDeriving - ) where +module TcDeriv ( tcDeriving ) where import Ubiq @@ -21,7 +19,7 @@ import HsPragmas ( InstancePragmas(..) ) import RnHsSyn ( RenamedHsBinds(..), RenamedFixityDecl(..) ) import TcHsSyn ( TcIdOcc ) -import TcMonad +import TcMonad hiding ( rnMtoTcM ) import Inst ( InstOrigin(..), InstanceMapper(..) ) import TcEnv ( getEnv_TyCons ) import TcKind ( TcKind )