Export 'succeeded' and 'failed' helper functions.
[ghc-hetmet.git] / compiler / main / GHC.hs
index 48f6501..c4bdf96 100644 (file)
@@ -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,