[Haskell-cafe] ghci + hopengl

Peter Verswyvelen bugfact at gmail.com
Tue Mar 24 18:48:35 EDT 2009


On Tue, Mar 24, 2009 at 11:35 PM, Scott A. Waterman <tswaterman at gmail.com>wrote:

> Duane -
>
> yes, please.  I've been wondering how to compile to a Mac .app structure.


http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mkbndl


> Also, anyone have any hints about distributing Haskell apps for mac, when
> you know the target will certianly *not* have a GHC environment on it?


GHC statically links everything, so you don't need the GHC environment to
run the app.


>
> Thanks
> --ts
>
> On Mar 21, 2009, at 2:18 PM, Duane Johnson wrote:
>
>  I've had issues with ghci and opengl... I usually have to compile my
>> programs before they will run.  I'm not sure why that's the case, but I too
>> get strange window behavior (sometimes it freezes, other times it doesn't
>> even show up).
>>
>> If you're on a Mac and would like help compiling to a .app folder, let me
>> know and I can post how I did that.
>>
>> Regards,
>> Duane Johnson
>> http://blog.inquirylabs.com/
>>
>>
>>  _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20090324/e23775e2/attachment.htm


More information about the Haskell-Cafe mailing list