echo"main = do args <- getArgs; if args == [\"--numeric-version\"] then putStrLn \"$(ProjectVersion)\" else do e <- rawSystem \"$(GHC_STAGE0)\" args; exitWith e">>$@
echo"main = do args <- getArgs; if args == [\"--numeric-version\"] then putStrLn \"$(ProjectVersion)\" else do e <- rawSystem \"$(GHC_STAGE0)\" args; exitWith e">>$@
# We don't build dummy-ghc with Cabal, so we need to pass -package
# We don't build dummy-ghc with Cabal, so we need to pass -package