Re: [wxhaskell-users] Installing wx with cabal using Haskell Platform on Mac OSX.

2010-03-24 Thread Andy Gimblett
Dear David, You might like to look at cabal-macosx http://hackage.haskell.org/package/cabal-macosx http://github.com/gimbo/cabal-macosx -Andy On 11 Mar 2010, at 22:30, David Place wrote: > Interesting. When I try that, the program compiles. When I try to > run it however, the window pops u

Re: [wxhaskell-users] Installing wx with cabal using Haskell Platform on Mac OSX.

2010-03-11 Thread David Place
Interesting. When I try that, the program compiles. When I try to run it however, the window pops up, but the button does not accept a click. I thought to just get the macosx-app script from the source distribution. In there, I find something called macosx-app-template. I don't know how to

Re: [wxhaskell-users] Installing wx with cabal using Haskell Platform on Mac OSX.

2010-03-11 Thread carlos gomez
I got the same error, but it is only in the ghc interpreter, so if you compile that with ghc --make, you will not get that error. -- carlos gomez On 11 March 2010 14:37, David Place wrote: > > On Mar 10, 2010, at 3:41 PM, David Place wrote: > > > I have just installed the Haskell Platform 2009.

Re: [wxhaskell-users] Installing wx with cabal using Haskell Platform on Mac OSX.

2010-03-11 Thread David Place
On Mar 10, 2010, at 3:41 PM, David Place wrote: > I have just installed the Haskell Platform 2009.2.0.2 on Mac OSX 10.6.2. > When I try to install wx I get the following error which I do not understand. > Can anyone give me a hint? With the kind help of several people on haskell-cafe, I have b