Skip to content

Commit

Permalink
FIX BUILD
Browse files Browse the repository at this point in the history
Sorry, should have pushed with previous batch of changes.
  • Loading branch information
Simon Marlow committed Nov 7, 2007
1 parent e82fcf2 commit 427f344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/ghci/InteractiveUI.hs
Original file line number Diff line number Diff line change
Expand Up @@ -993,8 +993,8 @@ afterLoad ok session maybe_context = do
Just (as,bs) -> do
r <- io $ Exception.try (GHC.setContext session as bs)
case r of
Left err -> setContextAfterLoad session loaded_mods
Right _ -> return ()
Left _err -> setContextAfterLoad session loaded_mods
Right _ -> return ()

modulesLoadedMsg ok (map GHC.ms_mod_name loaded_mods)

Expand Down

0 comments on commit 427f344

Please sign in to comment.