[Haskell-beginners] cabal install local troubles (osx)

Miro Karpis miroslav.karpis at gmail.com
Wed Mar 27 07:49:17 CET 2013


many thanks, but this is my output:

mac-2:~ miro$ cd $HOME/.cabal/bin
-bash: cd: /Users/miro/.cabal/bin: No such file or directory
mac-2:~ miro$

cheers,
m.

On Wed, Mar 27, 2013 at 7:44 AM, Emmanuel Touzery <etouzery at gmail.com>wrote:

> Hello,
>
>  On linux and windows I add this folder to the path and then it works:
> $HOME/.cabal/bin
>
> emmanuel
>
>
> On Wed, Mar 27, 2013 at 7:16 AM, Miro Karpis <miroslav.karpis at gmail.com>wrote:
>
>> please, can you help me with following. I have installed haskell on mac
>> from the package. When I check cabal -V I can see 1.14.0
>> That is because the cabal is loading from /Library/Haskell/bin.
>>
>> After that I run 'cabal install cabal-install', I get following output:
>>
>> Installing executable(s) in
>> /Users/miro/Library/Haskell/ghc-7.4.2/lib/cabal-install-1.16.0.2/bin
>> Updating documentation index /Users/miro/Library/Haskell/doc/index.html
>>
>> 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.
>>
>> Please what is the proper way to fix this?
>>
>> many thanks,
>> miro
>>
>> _______________________________________________
>> Beginners mailing list
>> Beginners at haskell.org
>> http://www.haskell.org/mailman/listinfo/beginners
>>
>>
>
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20130327/01a532fc/attachment.htm>


More information about the Beginners mailing list