> Simon, can you tell me how I shall link to hslibs, especially each
> individual library? Obviously a user would also like to download a
> single library.

That's not so obvious to me.  We're going to the effort of packaging up all
these libraries into a single coherent collection, that can be distributed
along with compilers, in effect to raise the baseline of libraries that the
average Haskell programmer can "assume" are installed.

Separating out single libraries isn't practical.  There are a great deal of
interdependencies.  However, the libraries are organised into 7 packages
which do have a well-defined dependency tree, so perhaps you could grab a
single package at a time.

Anyway, we'll try to make sure at least this link stays stable:

        http://www.haskell.org/ghc/docs/latest/set/book-hslibs.html

Cheers,
        Simon

Reply via email to