Hi Axel,
Axel Simon writes:
> On 29.04.2010, at 08:44, Andy Stewart wrote:
>
>> Because in file `Signal.chs.template` has "import
>> Graphics.UI.Gtk.General.Threading".
>> Module `Gtk.Types` is hidden, and can't be import GtkInternal in
>> Signal.chs (cycle import)
>>
>> So i can't found any be
On 29.04.2010, at 08:44, Andy Stewart wrote:
> Because in file `Signal.chs.template` has "import
> Graphics.UI.Gtk.General.Threading".
> Module `Gtk.Types` is hidden, and can't be import GtkInternal in
> Signal.chs (cycle import)
>
> So i can't found any better solution than expose
> "Graphic
Axel Simon writes:
> Hi Andy,
>
> I don't understand why you've added yet another module GtkInternals. There
> exists the module
> Graphics.UI.Gtk.Internals already which re-
> exports Types. Types, in turn, re-exports Threading, so there should be no
> need to explicitly
> re-export Threading
Hi Andy,
I don't understand why you've added yet another module GtkInternals.
There exists the module Graphics.UI.Gtk.Internals already which re-
exports Types. Types, in turn, re-exports Threading, so there should
be no need to explicitly re-export Threading in Internals.
On 28.04.2010, at
Hi Axel,
Andy Stewart writes:
> Hi Axel,
>
> Axel Simon writes:
>
>> On 27.04.2010, at 18:08, Andy Stewart wrote:
>>
>>> Hi Axel,
>>>
>>> I'm try to convert last package -- gstreamer.
>>> I found gstreamer need MiniObject, it's need hacking TypeGen.hs to
>>> generate MiniObject hierarchy.
>>
>>
Hi Axel,
Axel Simon writes:
> On 27.04.2010, at 18:08, Andy Stewart wrote:
>
>> Hi Axel,
>>
>> I'm try to convert last package -- gstreamer.
>> I found gstreamer need MiniObject, it's need hacking TypeGen.hs to
>> generate MiniObject hierarchy.
>
>
> No it doesn't! But it needs to be run twice,
Hi Axel,
Axel Simon writes:
> On 27.04.2010, at 18:08, Andy Stewart wrote:
>
>> Hi Axel,
>>
>> I'm try to convert last package -- gstreamer.
>> I found gstreamer need MiniObject, it's need hacking TypeGen.hs to
>> generate MiniObject hierarchy.
>
>
> No it doesn't! But it needs to be run twice,
On 27.04.2010, at 18:08, Andy Stewart wrote:
> Hi Axel,
>
> I'm try to convert last package -- gstreamer.
> I found gstreamer need MiniObject, it's need hacking TypeGen.hs to
> generate MiniObject hierarchy.
No it doesn't! But it needs to be run twice, once for the GObject
based hierarchy and