[Haskell-cafe] Haskell on OS X

2007-05-19 Thread Johan Tibell
I just switched to OS X and was wondering if someone would like to share their setup. Install binaries from haskell.org or Mac Ports? Which emacs build? etc Johan ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org

Re: [Haskell-cafe] Haskell on OS X

2007-05-19 Thread Tom Harper
I use Aquamacs with the haskell mode from haskell.org. MacPorts wasn't being useful with ghc, I downloaded binaries, and they work fine. On 5/19/07, Johan Tibell [EMAIL PROTECTED] wrote: I just switched to OS X and was wondering if someone would like to share their setup. Install binaries from

Re: [Haskell-cafe] Haskell on OS X

2007-05-19 Thread Johan Tibell
Is there a nice way to install the binaries and get the dependencies while still being able to easily uninstall the stuff (without a package manager)? What are the dependencies? On 5/19/07, Tom Harper [EMAIL PROTECTED] wrote: I use Aquamacs with the haskell mode from haskell.org. MacPorts

Re: [Haskell-cafe] Haskell on OS X

2007-05-19 Thread Pepe Iborra
MacPorts works fine here, and the maintainer, Gregory Wright, is very supportive. If it works for you, I really recommend MacPorts. The only downside are the lengthy compile times, but this is not a big deal, you can just leave it installing overnight. Carbon Emacs flavour here instead of

Re: [Haskell-cafe] Haskell on OS X

2007-05-19 Thread Aaron Tomb
I use the MacPorts package of GHC and Aquamacs (with haskell-mode). It works quite nicely for me. Fink also seems to have a GHC package, in case you prefer it. Aaron On May 19, 2007, at 11:24 AM, Johan Tibell wrote: I just switched to OS X and was wondering if someone would like to share

Re: [Haskell-cafe] Haskell on OS X

2007-05-19 Thread Dan Piponi
On 5/19/07, Pepe Iborra [EMAIL PROTECTED] wrote: If it works for you, I really recommend MacPorts. The only downside are the lengthy compile times, but this is not a big deal, you can just leave it installing overnight. Ah, I'm glad you said that. I was wondering if some kind of bit rot was

[Haskell-cafe] Haskell and OS X

2005-10-18 Thread Patrick Collison
Hi, I'm looking to get started developing Haskell under OS X, and I'm wondering what sort of IDE/implementation combinations people find productive. I've got haskell mode working with Emacs and ghc, this works okay, though the mode seems a little rough-edged, and the indentation appears

Re: [Haskell-cafe] Haskell and OS X

2005-10-18 Thread Steven Elkins
On 10/18/05, Patrick Collison [EMAIL PROTECTED] wrote: I'm looking to get started developing Haskell under OS X, and I'm wondering what sort of IDE/implementation combinations people find productive. I've got haskell mode working with Emacs and ghc, this works okay, though the mode seems a

Re: [Haskell-cafe] Haskell and OS X

2005-10-18 Thread Jake Luck
Try Eclipse + eclipsefp, they work great on OS X. http://eclipsefp.sourceforge.net/ I am currently developing a native IDE for OS X, it will support haskell and C. jake ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org