X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FcompMan%2FCmLink.lhs;h=e2bac19ba9eddb3df8bc3d9bb75565238f990099;hb=c746737f6b95cf5dcf4de0866a65975e6112ce84;hp=7c69ebe377bf8ebd6de1d2416e2c83174444de05;hpb=63cd81f94d5c565b5e1b75781c29367f5ded06a8;p=ghc-hetmet.git diff --git a/ghc/compiler/compMan/CmLink.lhs b/ghc/compiler/compMan/CmLink.lhs index 7c69ebe..e2bac19 100644 --- a/ghc/compiler/compMan/CmLink.lhs +++ b/ghc/compiler/compMan/CmLink.lhs @@ -37,7 +37,10 @@ import ErrUtils ( showPass ) import CmdLineOpts ( DynFlags(..) ) import Util +#ifdef GHCI import Exception ( block ) +#endif + import IOExts import List import Monad