<div dir="ltr">On Wed, Mar 27, 2013 at 2:16 AM, Miro Karpis <span dir="ltr">&lt;<a href="mailto:miroslav.karpis@gmail.com" target="_blank">miroslav.karpis@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div>So the new version of cabal is installed in another place. When I install new package via cabal, it uses the 1.14.0 version. I have tried to copy the new 1.16.0.2 version to bin, but that just didn&#39;t help because the new packages have been installed somewhere else.</div>
</div></blockquote><div><br></div><div>cabal-install installs to your user package database; you want this, it means you don&#39;t have to wipe out the entire installation if you get conflicting libraries installed. If you are not finding libraries because you&#39;re installing stuff the old &quot;runhaskell Setup.hs configure&quot; etc. way, just run &quot;cabal install&quot; (with no package name) instead of the Setup.hs stuff.</div>
<div><br></div><div>Also note that, while ~/.cabal/bin is used on linux, it&#39;s ~/Library/Haskell/bin on OS X.</div><div><br></div></div>-- <br><div dir="ltr"><div>brandon s allbery kf8nh                               sine nomine associates</div>
<div><a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a>                                  <a href="mailto:ballbery@sinenomine.net" target="_blank">ballbery@sinenomine.net</a></div><div>unix, openafs, kerberos, infrastructure, xmonad        <a href="http://sinenomine.net" target="_blank">http://sinenomine.net</a></div>
</div>
</div>