fix parse error (merge-o, I think)
authorSimon Marlow <simonmar@microsoft.com>
Wed, 26 Jul 2006 10:35:26 +0000 (10:35 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 26 Jul 2006 10:35:26 +0000 (10:35 +0000)
compiler/ghci/Linker.lhs

index 26f40eb..15117fe 100644 (file)
@@ -468,8 +468,8 @@ getLinkDeps hsc_env hpt pit maybe_normal_osuf span mods
             case mb_stuff of
                  Found loc mod -> found loc mod
                  _ -> no_obj mod_name
-
-    found loc mod = do {
+        where
+            found loc mod = do {
                -- ...and then find the linkable for it
               mb_lnk <- findObjectLinkableMaybe mod loc ;
               case mb_lnk of {