X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcRnMonad.lhs;h=1d562e34ad8c5d82133f84f37a3f4c077cc8d104;hb=1f3a7730cd7f831344d2a3b74a0ce700c382e858;hp=a2474c1b86fc3d27c0b8a741f56824aaba683539;hpb=ec197dfef33654dd16b5832905dad2e52f79f7ab;p=ghc-hetmet.git diff --git a/compiler/typecheck/TcRnMonad.lhs b/compiler/typecheck/TcRnMonad.lhs index a2474c1..1d562e3 100644 --- a/compiler/typecheck/TcRnMonad.lhs +++ b/compiler/typecheck/TcRnMonad.lhs @@ -543,11 +543,7 @@ discardWarnings thing_inside \begin{code} -#if __GLASGOW_HASKELL__ < 609 -try_m :: TcRn r -> TcRn (Either Exception r) -#else try_m :: TcRn r -> TcRn (Either IOException r) -#endif -- Does try_m, with a debug-trace on failure try_m thing = do { mb_r <- tryM thing ;