Am Samstag, 30. Dezember 2006 13:26 schrieb Neil Mitchell:
> Hi Steve,
>
> > I also installed WinHugs. I checked under packages/network/Network.
> > There are only BSD.hs, Socket.hs, URI.hs, but no CGI.hs? In fact,
> > keyword search CGI on *.hs under packages/ yields nothing on both linux
> > and Windows.
>
> Not sure what has happened... [...]

The answer is here:

> Mon Aug 14 02:56:52 PDT 2006  [EMAIL PROTECTED]
>   * Removed Network.CGI from the network package. A backwards-compatible
> new Network.CGI is available in the cgi package.
>
>     R ./Network/CGI.hs
>     M ./network.cabal -2 +2
>     M ./package.conf.in -1
> _______________________________________________
> Cvs-libraries mailing list
> [EMAIL PROTECTED]
> http://www.haskell.org/mailman/listinfo/cvs-libraries

So we probably have to hook the cgi package into Hugs' build system, at least 
the toplevel Makefile has to be modified (LIBRARIESDIRS) plus the list of 
packages at the end of convert_libraries. Not sure if this is enough...

Hmmm, this redundancy is a bit ugly.

Cheers,
    S.
_______________________________________________
Hugs-Users mailing list
Hugs-Users@haskell.org
http://www.haskell.org/mailman/listinfo/hugs-users

Reply via email to