[Haskell-cafe] 1,000 packages, so let's build a few!

Don Stewart dons at galois.com
Sat Jan 31 15:35:28 EST 2009


andrewcoppin:
> In celebration of Hackage reachin over 1,000 unique packages, I decided 
> that I would re-visit the problem of attempting to build them on Windows.
> 
> Ah yes, I already have the tarball for stream-fusion-0.1.1, but I see 
> that the latest release is 0.1.2.1. (Unfortunately, there doesn't appear 
> to be any way to determine what the difference is between the two 
> versions...)

the true way to install all of hackage is:

    cabal install $(all my packages)

where cabal install solves it all.

-- Don


More information about the Haskell-Cafe mailing list