network package

Don Stewart dons at galois.com
Fri Jan 11 12:32:20 EST 2008


cmb21:
> Hi,
> 
> I have just built and installed ghc-6.8.2 on my linux box but I can't find
> the network package. Has it been moved or left out?

It's not installed by default. You can find it on hackage.haskell.org,

    http://hackage.haskell.org/cgi-bin/hackage-scripts/package/network-2.1.0.0

As the Haskell community is moving to a more distributed development
model (with a central archive).

You can also build and install 'cabal-install', to make installation
easy.

    $ cabal install network

Cheers,
  Don


More information about the Glasgow-haskell-users mailing list