Re: [Haskell-cafe] Combining sequences
Hi Daniel,
Thanks, but apparently no go.
This isn't critical, as I already have a function that will combine two sequences.
Michael
=============
Michael
[michael@localhost untitled folder]$ cd utility-ht-0.0.4
[michael@localhost utility-ht-0.0.4]$ ls
LICENSE  Setup.lhs  src  utility-ht.cabal
[michael@localhost utility-ht-0.0.4]$ ./Setup.lhs configure --hugs
/usr/bin/env: runhaskell: No such file or directory      --OOPS!
[michael@localhost utility-ht-0.0.4]$ su
Password: 
[root@localhost utility-ht-0.0.4]# ./Setup.lhs configure --hugs
/usr/bin/env: runhaskell: No such file or directory
[root@localhost utility-ht-0.0.4]# 
--- On Mon, 4/6/09, Daniel Fischer 
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
On Mon, 6 Apr 2009, nowgate@yahoo.com wrote:
Michael [michael@localhost untitled folder]$ cd utility-ht-0.0.4 [michael@localhost utility-ht-0.0.4]$ ls LICENSE Setup.lhs src utility-ht.cabal [michael@localhost utility-ht-0.0.4]$ ./Setup.lhs configure --hugs /usr/bin/env: runhaskell: No such file or directory --OOPS! [michael@localhost utility-ht-0.0.4]$ su Password: [root@localhost utility-ht-0.0.4]# ./Setup.lhs configure --hugs /usr/bin/env: runhaskell: No such file or directory [root@localhost utility-ht-0.0.4]#
$ runhugs Setup.lhs configure --hugs might work
participants (2)
- 
                
Henning Thielemann - 
                
nowgate@yahoo.com