Re: [Haskell-cafe] Status of Haskell under OsX

2009-02-26 Thread Arne Dehli Halvorsen
Manuel M T Chakravarty wrote: I'm planning to purchase a MacBookPro so I'm wondering how well Haskell is supported under this platform. At least two of the regular contributors to GHC work on Macs. That should ensure that Mac OS X is well supported. Installation is trivial with the Mac OS X

Re: [Haskell-cafe] Status of Haskell under OsX

2009-02-27 Thread Arne Dehli Halvorsen
Thomas Davie wrote: For me, this worked: sudo port install ghc sudo port install gtk2 sudo port install cairomm curl http://downloads.sourceforge.net/gtk2hs/gtk2hs-0.10.0.tar.gz > gtk2hs-0.10.0.tar.gz tar xvfz gtk2hs-0.10.0.tar.gz normal install stuff here. It worked! I had to throw out gtk2,

Re: [Haskell-cafe] Status of Haskell under OsX

2009-02-27 Thread Arne Dehli Halvorsen
Thomas Davie wrote: Testing out the demos, it seems it can't find Graphics.UI.Gtk.Glade, Graphics.Rendering.OpenGL System.Gnome.GConf System.Gnome.VFS Media.Streaming.GStreamer Graphics.UI.Gtk.MozEmbed Graphics.UI.Gtk.SourceView Graphics.Rendering.Cairo.SVG Perhaps the demos are out of date? Gra

[Haskell-cafe] UArray Word16 Word32 uses twice as much memory as it should?

2008-11-19 Thread Arne Dehli Halvorsen
Hello, I am having an issue with these unboxed arrays. I have some code that creates this structure:: (Array Word16 (UArray Int Word32), Array Word16 (UArray Int Word8)), and I am finding that it uses about twice as much memory as I had anticipated. This tuple is returned strict, and I think I hav

Re: [Haskell-cafe] UArray Word16 Word32 uses twice as much memory as it should?

2008-11-19 Thread Arne Dehli Halvorsen
Bulat Ziganshin wrote: Hello Arne, Wednesday, November 19, 2008, 11:57:01 AM, you wrote: finding that it uses about twice as much memory as I had anticipated. Hello, and thank you for your reply. it may be 1) GC problem (due to GC haskell programs occupies 2-3x more memory than

Re: [Haskell-cafe] What is an "expected type" ...

2009-06-28 Thread Arne Dehli Halvorsen
Bulat Ziganshin wrote: Hello Kim-Ee, Sunday, June 28, 2009, 11:52:57 PM, you wrote: we already had a *long* discussion on this topic. afaik, it's dichotomy between type of term itself and type of position where it's used (f.e. argument of some function) Could you suggest a better word pai

[Haskell-cafe] Snow Leopard, gtk2hs

2009-10-06 Thread Arne Dehli Halvorsen
This may be a little off-topic, but if someone could help me, I'd be grateful.I am trying to get to a working gtk2hs environment in MacOSX Snow Leopard I have a Macbook Pro 2.1 with Snow Leopard. While I had Leopard, I had the Haskell Platform installed, and it worked fine. I also had the MacPort

Re: [Haskell-cafe] Snow Leopard, gtk2hs

2009-10-06 Thread Arne Dehli Halvorsen
On Tue, Oct 6, 2009 at 8:49 PM, Gregory Collins wrote: > Arne Dehli Halvorsen writes: > > > This may be a little off-topic, but if someone could help me, I'd be > grateful. > > I am trying to get to a working gtk2hs environment in MacOSX Snow Leopard > > Have

Re: [Haskell-cafe] Snow Leopard, gtk2hs

2009-10-06 Thread Arne Dehli Halvorsen
On Tue, Oct 6, 2009 at 10:09 PM, Gregory Collins wrote: > Arne Dehli Halvorsen writes: > > > On Tue, Oct 6, 2009 at 8:49 PM, Gregory Collins > wrote: > > > > > > > hsc2hs was new to me, the others were ok. > > It didn't help, though. > > So

Re: [Haskell-cafe] Snow Leopard, gtk2hs

2009-10-11 Thread Arne Dehli Halvorsen
On Sun, Oct 11, 2009 at 3:29 AM, Judah Jacobson wrote: > On Tue, Oct 6, 2009 at 11:41 AM, Arne Dehli Halvorsen > wrote: > > Does anyone have a recipe for getting ghc + gtk2hs + gtk working on > MacOSX > > Snow Leopard? > > Best regards, > > Arne D Halvorsen >

[Haskell-cafe]SYB/Generics documentation inaccessible

2010-02-02 Thread Arne Dehli Halvorsen
I have tried to access a few of the documents on generics that are referred to from wikipedia, from the GHC documentation, from hackage and from the wiki. These documents (on vu.nl, subdirectory boilerplate and strafunski) are apparently forbidden to me, and have been for some weeks. I tried to mai