ghci - Compiling Haskell code in Cygwin, and some other bugs in Haskell Platform on Windows -
ghci - Compiling Haskell code in Cygwin, and some other bugs in Haskell Platform on Windows - i trying compile simple hello world programme in haskell, haskell platform 2011.2.0.1. if load code in winghci, , utilize gui compile, .exe created. can run .exe cygwin. but if seek compile code in cygwin (using ghc --make ), linker fails. again, if compile windows cmd prompt, compile+linker works fine. are there other environment variables need import cygwin, create compile+linker work in it? have set next dirs in cygwin path: 2011.2.0.1/lib/extralibs/bin , 2011.2.0.1/bin (these 2 valid haskell related entries see in windows environment variables). i noticed couple of invalid items in windows environment variables (this looks bug in haskell installation): (system var) c/programfiles/haskell/bin - dir not exist because have installed haskell in d disk. (user var) userxxx/applicationdata/cabal/bin - dir not exist. i tried file bug study in haskellplatform, dont have p...