[Haskell-cafe] Problems with threading?
Isaac Gouy
igouy2 at yahoo.com
Fri Jun 11 21:43:02 EDT 2010
--- On Wed, 6/9/10, Don Stewart <dons at galois.com> wrote:
-snip-
> > Now how do we get those regex-dna and binary-trees
> programs to compile?
> >
> > http://shootout.alioth.debian.org/u32/measurements.php?lang=ghc
> >
>
> binary-trees:
> Could not find module
> `Control.Parallel.Strategies':
>
> --> cabal install parallel
>
> regex-dna:
>
> " cannot satisfy -package regex-posix"
>
> --> cabal install
> regex-posix
parallel, regex-posix, regex-pcre are now installed and the current compile errors are caused by the programs not the absence of required libraries -
http://shootout.alioth.debian.org/u64q/program.php?test=binarytrees&lang=ghc&id=2#log
http://shootout.alioth.debian.org/u64q/program.php?test=binarytrees&lang=ghc&id=3#log
http://shootout.alioth.debian.org/u64q/program.php?test=regexdna&lang=ghc&id=4#log
http://shootout.alioth.debian.org/u64q/program.php?test=regexdna&lang=ghc&id=1#log
More information about the Haskell-Cafe
mailing list