[Haskell-beginners] Multiple versions

Tom Murphy amindfv at gmail.com
Sun May 15 10:13:52 CEST 2011


My god! Another ghci!

Thanks for helping me find that.

Re-running the Haskell Platform installer ends with an "Installation
Failed," and I know enough to not start swapping out binaries in
/opt/local/bin, so is there a best-practices way to fix this?

Thank you
Tom

On 5/15/11, Mark Bestley <news{@bestley.co.uk> wrote:
> Tom Murphy <amindfv at gmail.com> wrote:
>
>> Hi all,
>> Despite my best efforts, there are multiple versions of the Haskell
>> Platform on my system.
>>
>> I'm running Mac OSX, 10.6. I've installed the newest Haskell Platform,
>> from its installer package.
>>
>>
>> In /Library/Frameworks/GHC.framework/Versions, there is only one
>> folder: the latest.
>> Previously, though, I had to delete by hand an older version of GHC in
>> the Versions folder.
>>
>> There are no Haskell or GHC folders in ~/Library.
>>
>> When I run the ghci that's in the
>> /Library/Frameworks/GHC.framework/Versions folder, it's the right
>> version. Yet when I type "ghci" in the prompt, it gives me "GHCi,
>> version 6.10.4"
>>
>>
>> Any help would be very appreciated!
>> Tom
>
> What does
> which ghci
> at the prompt show?
>
> this is the actual binary - Haskell platform puts this in /usr/bin
> (which is not good as this is reserved for Apple's code and so could be
> deleted by a OS upgrade)
>
>
> --
> Mark
>
>
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>



More information about the Beginners mailing list