Hello,
I trying to get a library to build ... I am following the instructions in http://en.wikibooks.org/wiki/Haskell/Packaging. Under the "Build your project" section in this web page, when I try to do an actual build (runhaskell
Setup.lhs build), the imported module System.Environment cannot be found. I suspect that there is a "cygwin" ("Linux/Posix") environment variable that needs to be set to point to the Haskell libraries/packages. ??
Kind regards, Vasya