Re: [Gtk2hs-devel] move Gtk2HsSetup.hs to gtk2hs-buildtools

2011-04-20 Thread Duncan Coutts
On Fri, 2010-11-26 at 00:47 +1000, Jens Petersen wrote: > On 25 November 2010 23:26, Axel Simon wrote: > > You suggest that Setup.hs fails to compile if the > > gtk2hs-buildtools package is not installed? > > I hadn't really thought it through when I originally suggested it, > but yeah pretty muc

Re: [Gtk2hs-devel] move Gtk2HsSetup.hs to gtk2hs-buildtools

2010-11-25 Thread Jens Petersen
On 25 November 2010 23:26, Axel Simon wrote: > You suggest that Setup.hs fails to compile if the > gtk2hs-buildtools package is not installed? I hadn't really thought it through when I originally suggested it, but yeah pretty much... given that gtk2hs-buildtools is needed for nearly all the packa

Re: [Gtk2hs-devel] move Gtk2HsSetup.hs to gtk2hs-buildtools

2010-11-25 Thread Andy Stewart
Jens Petersen writes: > [sigh forget to click reply-all earlier...] > Jens Petersen writes: > I suggest moving Gtk2HsSetup.hs into a library, it could be part > of gtk2hs-buildtools perhaps.  How about it? It can't work. Because we need Gtk2HsSetup.hs generate Si

Re: [Gtk2hs-devel] move Gtk2HsSetup.hs to gtk2hs-buildtools

2010-11-25 Thread Axel Simon
On 25.11.2010, at 13:18, Jens Petersen wrote: >> b) putting Gtk2HsSetup.hs in either gtk2hs-buildtools or any other >> library >> means that ./Setup.hs has to run to realize that this library is >> missing and >> that it needs to be downloaded. However, ./Setup.hs cannot be run >> because i

Re: [Gtk2hs-devel] move Gtk2HsSetup.hs to gtk2hs-buildtools

2010-11-25 Thread Jens Petersen
[sigh forget to click reply-all earlier...] >>> Jens Petersen writes: I suggest moving Gtk2HsSetup.hs into a library, it could be part of gtk2hs-buildtools perhaps.  How about it? >>> >>> It can't work. >>> >>> Because we need Gtk2HsSetup.hs generate Signals.chs and Types.chs >>> *befor

Re: [Gtk2hs-devel] move Gtk2HsSetup.hs to gtk2hs-buildtools

2010-10-02 Thread Andy Stewart
Hi Jens, Jens Petersen writes: > I suggest moving Gtk2HsSetup.hs into a library, it could be part > of gtk2hs-buildtools perhaps. How about it? It can't work. Because we need Gtk2HsSetup.hs generate Signals.chs and Types.chs *before* any cabal depend check. -- Andy ---

[Gtk2hs-devel] move Gtk2HsSetup.hs to gtk2hs-buildtools

2010-10-01 Thread Jens Petersen
I suggest moving Gtk2HsSetup.hs into a library, it could be part of gtk2hs-buildtools perhaps. How about it? Jens -- Start uncovering the many advantages of virtual appliances and start using them to simplify application

Re: [Gtk2hs-devel] Move Gtk2HsSetup.hs to gtk2hs-buildtools.

2010-06-03 Thread Axel Simon
Andy, On Jun 3, 2010, at 4:38, Andy Stewart wrote: > Hi Axel, > > Currently, Gtk2HsSetup.hs is copy at every package, it's hard to > maintain when Gtk2HsSetup.hs have bug. > > Can we move Gtk2HsSetup.hs to package gtk2hs-buildtools? > > Then we just need fix gtk2hs-buildtools when have bug in >

[Gtk2hs-devel] Move Gtk2HsSetup.hs to gtk2hs-buildtools.

2010-06-02 Thread Andy Stewart
Hi Axel, Currently, Gtk2HsSetup.hs is copy at every package, it's hard to maintain when Gtk2HsSetup.hs have bug. Can we move Gtk2HsSetup.hs to package gtk2hs-buildtools? Then we just need fix gtk2hs-buildtools when have bug in Gtk2HsSetup.hs Because gtk2hs-buildtools export library Gtk2HsSetup,