Re: Installing libraries (specifically haskore)

"Bob Harris" <[email protected]> Wed, 21 Feb 2007 20:09:51 -0500
Newsgroups gmane.comp.lang.haskell.hugs.user
Message-ID <[email protected]>
Ross wrote:
> The modern equivalent is be to copy the Src directory to
> /opt/local/lib/hugs/packages/Haskore.  Unfortunately Haskore also uses
> some obsolete stuff: replace fromInt with fromIntegral, and see
>
>	http://www.mail-archive.com/[email protected]/msg16664.html
>
> for replacements for IOExtensions.  You'll also need
>
>	import Control.Concurrent (bracket)
>
> for the first one.

Thanks!  I'll give it a shot.

Bob H