Taral wrote: > On 12/11/06, Paul Moore <[EMAIL PROTECTED]> wrote: > >> F:\cabal-1.1.6.1>runhaskell Setup.lhs install >> Installing: C:\Program Files\Haskell\Cabal-1.1.6.1\ghc-6.6 & >> C:\Program Files\Haskell\bin Cabal-1.1.6.1... >> Setup.lhs: Error: Could not find module: Distribution.Compiler with >> any suffix: >> ["hi"] > > > The magic commands are: > > runhaskell Setup.lhs configure
Also, if you're going to profile the code that uses this module, you need to compile the libraries with profiling enabled; you can do this by doing "configure -p" instead of "configure" above. > runhaskell Setup.lhs build > runhaskell Setup.lhs install > _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe