Re: [Gtk2hs-devel] Gstreamer Cabal package.

2010-04-29 Thread Andy Stewart
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

Re: [Gtk2hs-devel] Gstreamer Cabal package.

2010-04-29 Thread Axel Simon
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

Re: [Gtk2hs-devel] Gstreamer Cabal package.

2010-04-28 Thread Andy Stewart
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

Re: [Gtk2hs-devel] Gstreamer Cabal package.

2010-04-28 Thread Axel Simon
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

Re: [Gtk2hs-devel] Gstreamer Cabal package.

2010-04-28 Thread Andy Stewart
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. >> >>

Re: [Gtk2hs-devel] Gstreamer Cabal package.

2010-04-28 Thread Andy Stewart
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,

Re: [Gtk2hs-devel] Gstreamer Cabal package.

2010-04-28 Thread Andy Stewart
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,

Re: [Gtk2hs-devel] Gstreamer Cabal package.

2010-04-27 Thread Axel Simon
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