> How exactly ghc-stage1 behaves? What does ghc-stage1 --info tells you?
$ ../inplace/bin/ghc-stage1 --make HelloWorld.lhs
HelloWorld.lhs:1:1:
Could not find module ‘Prelude’
There are files missing in the ‘base-4.8.1.0’ package,
try running 'ghc-pkg check'.
Use -v to see a list of the files searched for.
$ ../inplace/bin/ghc-pkg check -v >ghc-pkg.check.log 2>&1
\begin{code}
module Main (main) where
main :: IO ()
main = putStr "Hello world!"
\end{code}
_______________________________________________
ghc-devs mailing list
[email protected]
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs