Re: [Gtk2hs-devel] Build problem on s390

2008-06-02 Thread Duncan Coutts
On Mon, 2008-06-02 at 11:48 +0200, Joachim Breitner wrote: Hi, I got a last build problem for the Debian package, this time on s390, and the problem appears in a different package: gtkrsync does not build, and the maintainer believes the problem lies within the gtk2hs package:

Re: [Gtk2hs-devel] [Fwd: Re: Status update for xulrunner 1.9 - maintainers, we need you]

2008-06-20 Thread Duncan Coutts
On Thu, 2008-06-19 at 23:31 -0300, Marco Túlio Gontijo e Silva wrote: Em Qui, 2008-06-19 às 22:10 +0100, Duncan Coutts escreveu: On Thu, 2008-06-19 at 17:16 -0300, Marco Túlio Gontijo e Silva wrote: It's looking for the pkg-config package xulrunner. We're asking pkg-config if it's present

Re: [Gtk2hs-devel] [Haskell-cafe] gtk2hs question - derive SettingsWindow from Window

2008-12-18 Thread Duncan Coutts
On Fri, 2008-12-12 at 21:03 +0100, Cetin Sert wrote: Hi all, For a network manager of sorts I'm working on, I want to derive a SettingsWindowClass from the WindowClass present in Gtk2Hs: I want (the) instance(s) of the SettingsWindowClass to have a field to store connection settings:

[Gtk2hs-devel] [Fwd: [Gtk2Hs] Please moderate: Mickinator File Manager]

2009-03-10 Thread Duncan Coutts
I presume someone has noticed this? Forwarded Message From: wordpr...@haskell.org To: duncan.cou...@worc.ox.ac.uk Subject: [Gtk2Hs] Please moderate: Mickinator File Manager Date: Mon, 9 Mar 2009 22:17:19 -0400 (EDT) A new comment on the post #79 Mickinator File Manager is

[Gtk2hs-devel] Sigh: people avoiding gtk2hs as it's too hard to install

2009-10-01 Thread Duncan Coutts
http://www.serpentine.com/blog/2009/09/30/new-criterion-release-works-on-macs/ Of course, even once we get gtk2hs cabalised and on hackage we'll still have the problem on OSX that it needs the C libs. So it still would not be just cabal install. Perhaps there are some OSX users who could be

[Gtk2hs-devel] Bug in editableInsertText

2009-10-12 Thread Duncan Coutts
I'm getting crazy values returned as the position from editableInsertText. This is using the example from the Editable haddock documentation: idRef - newIORef undefined id - onInsertText entry $ \str pos - do id - readIORef idRef signalBlock id pos' - editableInsertText entry (map

[Gtk2hs-devel] layoutGetExtents.dpatch

2009-11-27 Thread Duncan Coutts
Someone on #haskell noticed this. Fri Nov 27 23:14:28 GMT 2009 Duncan Coutts dun...@haskell.org * Fix documentation of layoutGetExtents Crucially it now says which is the ink and logical rectangles. Also the variable names are now consistent with their uses. No actual change

Re: [Gtk2hs-devel] Build gtk?

2009-12-10 Thread Duncan Coutts
On Thu, 2009-12-10 at 13:19 -0800, Lyle Kopnicky wrote: Hi folks, I downloaded the gtk2hs package. I ran 'configure', 'make' and 'sudo make install'. It seemed to install a bunch of things, but then when I type 'ghc-pkg list' it doesn't show a 'gtk' package. I looked back at the configure

[Gtk2hs-devel] New gtk2hs-0.12.1 pre-release with ghc-7.x compatability

2011-08-30 Thread Duncan Coutts
Hi all, With Axel's permission I'm helping out with the release of gtk2hs-0.12.1 Pre-release tarballs I've got some pre-release tarballs for you all to try out and report issues. http://code.haskell.org/~duncan/gtk2hs/ There's the buildtools and the five core packages.

Re: [Gtk2hs-devel] [Gtk2hs-users] New gtk2hs-0.12.1 pre-release with ghc-7.x compatability

2011-08-31 Thread Duncan Coutts
On Tue, 2011-08-30 at 18:50 -0400, Brandon Allbery wrote: On Tue, Aug 30, 2011 at 15:05, Duncan Coutts duncan.cou...@googlemail.comwrote: I've got some pre-release tarballs for you all to try out and report issues. Builds on HEAD of last week with a ported haskell-platform. Great

Re: [Gtk2hs-devel] New gtk2hs-0.12.1 pre-release with ghc-7.x compatability

2011-09-01 Thread Duncan Coutts
On Wed, 2011-08-31 at 15:32 +0200, Christian Maeder wrote: Thanks for your work! I can contribute the glade package. (Only some examples and the .cabal file needed updating.) http://www.informatik.uni-bremen.de/agbkb/forschung/formal_methods/CoFI/hets/src-distribution/glade-0.12.1.tar.gz

Re: [Gtk2hs-devel] New gtk2hs-0.12.1 pre-release with ghc-7.x compatability

2011-09-04 Thread Duncan Coutts
On Tue, 2011-08-30 at 20:05 +0100, Duncan Coutts wrote: Hi all, With Axel's permission I'm helping out with the release of gtk2hs-0.12.1 Pre-release tarballs I've got some pre-release tarballs for you all to try out and report issues. http://code.haskell.org