On Tue, Jun 5, 2012 at 5:12 PM, Ivan Perez wrote:
> This is a known issue ([1]), and my guess, according to [2], is that
> it is fixed in the latest version ([3]), which has not been uploaded
> to hackage yet.
>
> What happens if you install gtk from that repo instead? You may want
> to try to ap
Hi,
Has anyone successfully cabal installed gtk (from gtk2hs) on OS/X Lion
with platform 2012.2.0.0?
I setup a new Lion instance with latest XCode and command line tools
and Homebrew. I installed gtk+, Cairo, pango etc successfully with
Homebrew. The following install log for gtk2hs-buildtools a
Hi,
I have a newb-ish question about Haskell 2D arrays.
I need to construct a 2D array of a Haskell data type ("boxed" ?)
where each array entry value depends on values "earlier" in the same
array (i.e. for entries in previous row/column indexes).
Repa (V3.1.4.2) looks very powerful and flexibl