[Haskell-cafe] Re: Haskell packaging on Windows "cygwin" (<< POSIX on Windows ; ^)

Galchin Vasili vigalchin at gmail.com
Thu Nov 29 01:21:46 EST 2007


The message I actually receive is:

runhaskell Setup.lhs build ....
.....

./Haq.hs:6:7:
      Could not find module `System.Environment':
          it is a member of a package base, which is hidden

BTW I haven't actually checked source in via darcs due to cygwin $PATH
problems ...

vasya

On Nov 29, 2007 12:08 AM, Galchin Vasili <vigalchin at gmail.com> wrote:

> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20071129/74270d39/attachment.htm


More information about the Haskell-Cafe mailing list