From: Thomas Schilling Date: Tue, 2 Dec 2008 14:44:51 +0000 (+0000) Subject: Export 'succeeded' and 'failed' helper functions. X-Git-Tag: 2009-03-13~367 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=03b53752e99e09edea7d20533019e0ed885e3a23 Export 'succeeded' and 'failed' helper functions. --- diff --git a/compiler/main/GHC.hs b/compiler/main/GHC.hs index 48f6501..c4bdf96 100644 --- a/compiler/main/GHC.hs +++ b/compiler/main/GHC.hs @@ -43,7 +43,8 @@ module GHC ( -- * Loading\/compiling the program depanal, - load, loadWithLogger, LoadHowMuch(..), SuccessFlag(..), -- also does depanal + load, loadWithLogger, LoadHowMuch(..), + SuccessFlag(..), succeeded, failed, defaultWarnErrLogger, WarnErrLogger, workingDirectoryChanged, parseModule, typecheckModule, desugarModule, loadModule,