Send Beginners mailing list submissions to
        beginners@haskell.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://www.haskell.org/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
        beginners-requ...@haskell.org

You can reach the person managing the list at
        beginners-ow...@haskell.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."


Today's Topics:

   1. Re:  cabal install local troubles (osx) (Brandon Allbery)


----------------------------------------------------------------------

Message: 1
Date: Wed, 27 Mar 2013 09:44:37 -0400
From: Brandon Allbery <allber...@gmail.com>
Subject: Re: [Haskell-beginners] cabal install local troubles (osx)
To: miroslav.kar...@gmail.com,  The Haskell-Beginners Mailing List -
        Discussion of primarily beginner-level topics related to Haskell
        <beginners@haskell.org>
Message-ID:
        <cakfcl4w5yx3poop97qpjqbbbahiu1pvf+mfb8s4udny+oo4...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

On Wed, Mar 27, 2013 at 2:16 AM, Miro Karpis <miroslav.kar...@gmail.com>wrote:

> 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't help because the new
> packages have been installed somewhere else.
>

cabal-install installs to your user package database; you want this, it
means you don't have to wipe out the entire installation if you get
conflicting libraries installed. If you are not finding libraries because
you're installing stuff the old "runhaskell Setup.hs configure" etc. way,
just run "cabal install" (with no package name) instead of the Setup.hs
stuff.

Also note that, while ~/.cabal/bin is used on linux, it's
~/Library/Haskell/bin on OS X.

-- 
brandon s allbery kf8nh                               sine nomine associates
allber...@gmail.com                                  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://www.haskell.org/pipermail/beginners/attachments/20130327/c66768db/attachment-0001.htm>

------------------------------

_______________________________________________
Beginners mailing list
Beginners@haskell.org
http://www.haskell.org/mailman/listinfo/beginners


End of Beginners Digest, Vol 57, Issue 39
*****************************************

Reply via email to