You should be able to get it just by running cabal update &amp; cabal install AC-Vector.<div><br></div><div>With 6.12 it may be that you don&#39;t have the cabal-install package installed already, so cabal install won&#39;t work.</div>
<div><br></div><div>If that&#39;s the case, you&#39;ll need to download cabal-install and it&#39;s deps and install it using runhaskell Setup.hs configure, runhaskell Setup.hs build ad runhaskell Setup.hs install.</div><div>
<br></div><div>That, or wait until 6.12 is considered stable enough to become part of the Haskell platform.</div><div><br></div><div>For reference – I can quite believe that Haskell came out incredibly fast here – it&#39;s trivially easy to parallelise haskell programs, and GHC deals with parallelisation well (except for garbage collection unfortunately).</div>
<div><br></div><div>Bob<br><br><div class="gmail_quote">On Fri, Jan 15, 2010 at 4:25 PM, Jon Harrop <span dir="ltr">&lt;<a href="mailto:jon@ffconsultancy.com">jon@ffconsultancy.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Someone has tried to parallelize Lennart&#39;s Haskell from my ray tracer language<br>
comparison and they are claiming awesome performance results for Haskell,<br>
even beating HLVM:<br>
<br>
  <a href="http://poorlytyped.blogspot.com/2010/01/haskell-ray-tracing-parallel.html" target="_blank">http://poorlytyped.blogspot.com/2010/01/haskell-ray-tracing-parallel.html</a><br>
<br>
Frankly, I don&#39;t believe their claims for a second. So I&#39;d like to test their<br>
code for myself. However, apparently their code needs some third-party<br>
library that can be installed with:<br>
<br>
  cabal install AC-Vector<br>
<br>
but, on my machine, that only seems to make the library accessible to GHC 6.10<br>
and not to GHC 6.12 (which is needed to compile this benchmark).<br>
<br>
What is the easiest way for me to get this library working under GHC 6.12?<br>
<font color="#888888"><br>
--<br>
Dr Jon Harrop, Flying Frog Consultancy Ltd.<br>
<a href="http://www.ffconsultancy.com/?e" target="_blank">http://www.ffconsultancy.com/?e</a><br>
_______________________________________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@haskell.org">Beginners@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/beginners" target="_blank">http://www.haskell.org/mailman/listinfo/beginners</a><br>
</font></blockquote></div><br></div>