
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
--- On Mon, 4/6/09, Thomas Hartman
Thanks. It looks like mergeBy will do the job, but is it available in Hugs?
Michael
--- On Sun, 4/5/09, Henning Thielemann
wrote: From: Henning Thielemann
Subject: Re: [Haskell-cafe] Combining sequences To: "michael rice" Cc: haskell-cafe@haskell.org Date: Sunday, April 5, 2009, 9:09 PM On Sat, 4 Apr 2009, michael rice wrote:
Is there a simple way to combine two sequences that are in ascending order into a single sequence that's also in ascending order? An example would be the squares [1,4,9,16,25..] combined with the cubes [1,8,27,64,125..] to form [1,1,4,8,9,16,25,27..].
http://hackage.haskell.org/packages/archive/utility-ht/0.0.4/doc/html/Data-L...
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

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
participants (2)
-
Daniel Fischer
-
michael rice