X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcPat.lhs;h=5a54f8dc8fcd8d0fb5c1771a4a385341442ea340;hb=4fa65a12c1e4c4bcfd92ff30440a9e75d298e0b7;hp=3423196ad8b068feec02bcc6c0c23073e2565c90;hpb=703ca1542c8e0983cc9d8eebce6e9f3dd3fd71e2;p=ghc-hetmet.git 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}