[Haskell-cafe] Re: Problems with Windows

Felix Martini fmartini at gmail.com
Thu Oct 30 19:21:10 EDT 2008


Hi John,

You don't have to compile hsc2hs yourself. It is part of the standard
GHC installation. Cabal should be able to find it. You can check if it
does by running runghc Setup.hs configure -v when configuring a
package. Compiling network-2.2.0.0 against parsec-3.0.0 with
msys/mingw worked fine for me. So if Cabal cannot find hsc2hs you
could reinstall GHC or otherwise try to compile network-2.2.0.0 with
msys.

Regards,
Felix


More information about the Haskell-Cafe mailing list