[Haskell-cafe] Combining sequences

Daniel Fischer daniel.is.fischer at web.de
Mon Apr 6 12:04:31 EDT 2009


Am Montag 06 April 2009 17:12:42 schrieb michael rice:
> I downloaded it and it appears more complicated than just adding files to a
> directory. There's a setup and a build, and no assurances it will work with
> Hugs.
>
> I think I'll wait for more information.
>
> Michael
>
Try installing it with Cabal:

./Setup.lhs configure --hugs

if that doesn't say otherwise, chances are that it will work, so try

./Setup.lhs build
sudo ./Setup.lhs install

If it doesn't work, you can copy the code from Data.List.HT


More information about the Haskell-Cafe mailing list