[Hugs-users] Network.CGI missing in Hugs

Sven Panne sven.panne at aedion.de
Sat Dec 30 07:37:32 EST 2006


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  bringert at cs.chalmers.se
>   * 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
> Cvs-libraries at haskell.org
> 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.


More information about the Hugs-Users mailing list