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
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
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
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
[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
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
---
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
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
>
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,