From: simonpj@microsoft.com Date: Tue, 6 May 2008 09:58:17 +0000 (+0000) Subject: Fix type signature to work without -XRelaxedPolyRec, and hence earlier GHCs X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=63a69b6790c0df41533c572bb53bc048efd48ff9 Fix type signature to work without -XRelaxedPolyRec, and hence earlier GHCs --- diff --git a/compiler/cmm/ZipDataflow.hs b/compiler/cmm/ZipDataflow.hs index bcddd8e..60bcda7 100644 --- a/compiler/cmm/ZipDataflow.hs +++ b/compiler/cmm/ZipDataflow.hs @@ -650,7 +650,7 @@ backward_sol check_maybe return_graph = back } in fixed_point -bwd_pure_anal :: (DebugNodes m l, Outputable a) +bwd_pure_anal :: (DebugNodes m l, LastNode l, Outputable a) => PassName -> BlockEnv a -> BackwardTransfers m l a