[Haskell-cafe] whhaskell on osx 10.5

Marc Weber marco-oweber at gmx.de
Tue May 20 17:23:57 EDT 2008


On Tue, May 20, 2008 at 12:38:14PM -0700, Kirk Peterson wrote:
> I had a difficult time getting wxhaskell installed and working on a
> mac running os x 10.5. I did a quick write up of the process I got
> working here:
> 
> http://necrobious.blogspot.com/2008/05/wxhaskell-go-go.html
$ cd ../samples/wx
$ ghc -package wx -o helloworld HelloWorld.hs
$ /opt/local/bin/macosx-app -v helloworld
$ open helloworld.app

I've never used a Mac.. Why do you run macosx-app ?

Doesn't
$ ./helloworld
work?

Marc Weber


More information about the Haskell-Cafe mailing list