[Haskell-cafe] Re: Problems with Windows

2008-10-30 Thread Felix Martini
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

[Haskell-cafe] Re: Problems with Windows

2008-10-29 Thread John Van Enk
One more thing, I also had to add my cygwin bin directory containing sh.exe to my Windows %PATH% variable. This allowed network to configure from the windows command prompt. /jve On Wed, Oct 29, 2008 at 8:37 PM, John Van Enk [EMAIL PROTECTED] wrote: Hello All, I'm trying to reinstall