X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcPat.lhs;h=5a54f8dc8fcd8d0fb5c1771a4a385341442ea340;hp=3423196ad8b068feec02bcc6c0c23073e2565c90;hb=1e50fd4185479a62e02d987bdfcb1c62712859ca;hpb=52cacd61834e6f448b8904bfa52c4a5a402e8698 diff --git a/compiler/typecheck/TcPat.lhs b/compiler/typecheck/TcPat.lhs index 3423196..5a54f8d 100644 --- a/compiler/typecheck/TcPat.lhs +++ b/compiler/typecheck/TcPat.lhs @@ -42,7 +42,7 @@ import ErrUtils import Util import Outputable import FastString -import Monad +import Control.Monad \end{code}