<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs">
    <title>gmane.comp.lang.haskell.gtk2hs</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3131"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3130"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3129"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3128"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3127"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3126"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3125"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3124"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3123"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3122"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3121"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3120"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3119"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3118"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3117"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3116"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3115"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3114"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3113"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3112"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3131">
    <title>Re: Some Gtk 3 + Cairo support</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3131</link>
    <description>&lt;pre&gt;Applied, with some minor changes. Thanks!
~d

On 2013-04-07 14:57, Hamish Mackenzie wrote:

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
&lt;/pre&gt;</description>
    <dc:creator>Daniel Wagner</dc:creator>
    <dc:date>2013-05-09T01:01:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3130">
    <title>Some Gtk 3 + Cairo support</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3130</link>
    <description>&lt;pre&gt;I have pushed a patch to https://patch-tag.com/r/hamish/gtk2hs/home that
adds the missing "draw" event needed to use cairo.  It uses the cairo
"Render" monad.

You should be able to replace "onExpose" events with something like...

    someWidget `on` draw $ do
      moveTo 0 0 
      lineTo 10 10

The patch also adds "Region" and "RectangleInt" cairo types.

If you have time, please try it out and let me know if it works
ok for you.

Thanks,
Hamish

------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
&lt;/pre&gt;</description>
    <dc:creator>Hamish Mackenzie</dc:creator>
    <dc:date>2013-04-07T18:57:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3129">
    <title>Re: Idiomatic way to draw with Cairo and GTK3?</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3129</link>
    <description>&lt;pre&gt;Thanks for the information---I'll hold off on moving to GTK3 full time
for the moment then.  Is the new draw callback the preferred way of
handling this then and, If so, will I be able to force a draw signal
manually when necessary?

On Mon, Mar 18, 2013 at 12:35 PM,  &amp;lt;wagnerdm&amp;lt; at &amp;gt;seas.upenn.edu&amp;gt; wrote:

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
&lt;/pre&gt;</description>
    <dc:creator>Karl Smeltzer</dc:creator>
    <dc:date>2013-03-19T06:07:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3128">
    <title>Re: Idiomatic way to draw with Cairo and GTK3?</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3128</link>
    <description>&lt;pre&gt;I believe one of the advertised drawbacks of the current patches for  
GTK3 support is that they don't yet have a way to do this. It is of  
course on the list of things it's important to have before a release.

~d

Quoting Karl Smeltzer &amp;lt;karl.smeltzer&amp;lt; at &amp;gt;gmail.com&amp;gt;:




------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
&lt;/pre&gt;</description>
    <dc:creator>wagnerdm&lt; at &gt;seas.upenn.edu</dc:creator>
    <dc:date>2013-03-18T19:35:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3127">
    <title>Idiomatic way to draw with Cairo and GTK3?</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3127</link>
    <description>&lt;pre&gt;I'm still a bit of a rookie when it comes to GTK and Cairo, so please
bear with me.  I have some code that works with GTK2, but would like
to bring it up to date.

Most everything I've figured out, except the best way to replace the
`renderWithDrawable` function.  If I have a DrawingArea (or the
corresponding DrawWindow) what is the best way to draw to it directly?
 I see various bits of information about a "draw" callback and
surfaces, but nothing that has been entirely clear to me.

Thanks in advance.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
&lt;/pre&gt;</description>
    <dc:creator>Karl Smeltzer</dc:creator>
    <dc:date>2013-03-18T18:56:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3126">
    <title>link</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3126</link>
    <description>&lt;pre&gt;    
http://asam.ir/afyks/rvprgioludy------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar_______________________________________________
Gtk2hs-users mailing list
Gtk2hs-users&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtk2hs-users
&lt;/pre&gt;</description>
    <dc:creator>Hristo Asenov</dc:creator>
    <dc:date>2013-03-16T19:35:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3125">
    <title>Re: Anyone know how to read metadata with gstreamer?</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3125</link>
    <description>&lt;pre&gt;
On 13.03.2013, at 20:09, wagnerdm&amp;lt; at &amp;gt;seas.upenn.edu wrote:


The Type modules have traditionally not been exposed since they often contain some internals that shouldn't be presented to the user (but have to be exported). So the Types module is exported by the individual types are exported from where they are used.

Cheers,
Axel


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
&lt;/pre&gt;</description>
    <dc:creator>Axel Simon</dc:creator>
    <dc:date>2013-03-13T20:15:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3124">
    <title>Re: Anyone know how to read metadata with gstreamer?</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3124</link>
    <description>&lt;pre&gt;Quoting wagnerdm&amp;lt; at &amp;gt;seas.upenn.edu:


Turns out M.S.G.C.Types just had {-# OPTIONS_HADDOCK hide #-} at the  
top. There's probably a good reason for that, so for now I've just  
exposed Tag and TagList from M.S.G.C.TagList as well (along with a  
sentence of documentation admonishing you not to abuse the fact that  
you know they're type aliases for something else). This should ease  
things for future visitors without spilling all the beans, so to speak.

~d

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
&lt;/pre&gt;</description>
    <dc:creator>wagnerdm&lt; at &gt;seas.upenn.edu</dc:creator>
    <dc:date>2013-03-13T19:09:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3123">
    <title>Re: Announce: Leksah 0.13.2.0 (still a bitexperimental)</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3123</link>
    <description>&lt;pre&gt;I am not able to reproduce this on my Ubuntu 12.10 VM.

What version of GHC are you using?
Do you have anything in your ~/.ghci file?
What command are you running?
Does putStrLn "Hello World" work?
What is the active .cabal project?

The GHCi interface is sensitive to changes in the way GHCi formats it output, so it is a bit fragile.   Some things that will currently break it are...
 * Anything that tries to read input on stdin
 * :set prompt (Leksah uses the prompt to detect when the output finishes)

I added some tests a while back to try to catch issues running GHCi.  Can you please try this...

cd leksah/vendor/leksah-server
cabal install --enable-tests --force-reinstall

You should see this near the end...

Running 1 test suites...
Test suite test-tool: RUNNING...
Test suite test-tool: PASS
Test suite logged to: dist/test/leksah-server-0.13.0.0-test-tool.log
1 of 1 test suites (1 of 1 test cases) passed.

Thanks,
Hamish

On 7 Mar 2013, at 08:48, Alejandro Toribio Bello Ruiz &amp;lt;alejandro.bello67&amp;lt; at &amp;gt;gmail.com&amp;gt;&lt;/pre&gt;</description>
    <dc:creator>Hamish Mackenzie</dc:creator>
    <dc:date>2013-03-07T06:45:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3122">
    <title>Re: Gtk3 Patches</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3122</link>
    <description>&lt;pre&gt;Pushed. I guess it's a bit fragile (you have to make sure to build gtk  
and webkit either both with -fgtk3 or both with -f-gtk3) but I don't  
really see a way around that. Thanks for your hard work!

~d

Quoting Hamish Mackenzie &amp;lt;hamish.k.mackenzie&amp;lt; at &amp;gt;gmail.com&amp;gt;:




------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
&lt;/pre&gt;</description>
    <dc:creator>wagnerdm&lt; at &gt;seas.upenn.edu</dc:creator>
    <dc:date>2013-03-05T22:48:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3121">
    <title>Re: Gtk3 Patches</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3121</link>
    <description>&lt;pre&gt;I'm at a go tournament this weekend, but will take a look Monday or  
Tuesday. Thanks!
~d

Quoting Hamish Mackenzie &amp;lt;hamish.k.mackenzie&amp;lt; at &amp;gt;gmail.com&amp;gt;:




------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
&lt;/pre&gt;</description>
    <dc:creator>wagnerdm&lt; at &gt;seas.upenn.edu</dc:creator>
    <dc:date>2013-03-02T12:11:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3120">
    <title>Re: Announce: Leksah 0.13.2.0 (still a bitexperimental)</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3120</link>
    <description>&lt;pre&gt;12.10 uses webkit 1.10 so the -fwebkit1.8 was probably tripping it up.

I have updated webkit so that webkit 1.8 is detected automatically and
updated the .travis.yml file.

Please try again.

On 23 Feb 2013, at 06:20, alejandro.bello67&amp;lt; at &amp;gt;gmail.com wrote:


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb_______________________________________________
Gtk2hs-users mailing list
Gtk2hs-users&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtk2hs-users
&lt;/pre&gt;</description>
    <dc:creator>Hamish Mackenzie</dc:creator>
    <dc:date>2013-03-02T04:04:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3119">
    <title>Re: Gtk3 Patches</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3119</link>
    <description>&lt;pre&gt;Sorry I did not get to this last weekend.  Luite and I both caught a nasty cold at mloc-js and I spent the whole of last weekend in bed.

I have pushed a patch that removes the webkit1.8 flag and uses the CPP instead...
https://patch-tag.com/r/hamish/webkit/home

Here is in action...
https://travis-ci.org/leksah/leksah

Hamish

On 22 Feb 2013, at 02:42, wagnerdm&amp;lt; at &amp;gt;seas.upenn.edu wrote:



------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
&lt;/pre&gt;</description>
    <dc:creator>Hamish Mackenzie</dc:creator>
    <dc:date>2013-03-02T04:02:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3118">
    <title>Re: GHCi, runhaskell, and runghc failing</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3118</link>
    <description>&lt;pre&gt;Okay, in that case you should create a bound thread to run your Gtk  
code in when you play in ghci. You can use forkOS for this. See also  
http://dmwit.com/gtk2hs for low-level details.

~d

Quoting Karl Smeltzer &amp;lt;karl.smeltzer&amp;lt; at &amp;gt;gmail.com&amp;gt;:




------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
&lt;/pre&gt;</description>
    <dc:creator>wagnerdm&lt; at &gt;seas.upenn.edu</dc:creator>
    <dc:date>2013-02-23T02:04:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3117">
    <title>Re: GHCi, runhaskell, and runghc failing</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3117</link>
    <description>&lt;pre&gt;That actually does work!  Thanks.  I'm a bit ashamed I didn't think to
try that on my own first.

On Fri, Feb 22, 2013 at 3:03 PM,  &amp;lt;wagnerdm&amp;lt; at &amp;gt;seas.upenn.edu&amp;gt; wrote:


On Fri, Feb 22, 2013 at 3:03 PM,  &amp;lt;wagnerdm&amp;lt; at &amp;gt;seas.upenn.edu&amp;gt; wrote:

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
&lt;/pre&gt;</description>
    <dc:creator>Karl Smeltzer</dc:creator>
    <dc:date>2013-02-23T01:53:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3116">
    <title>Re: GHCi, runhaskell, and runghc failing</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3116</link>
    <description>&lt;pre&gt;Hah! I'm not too surprised I guess. I'll try to take a look and see if  
I can spot anything obvious. In the meantime, does turning off ghci's  
extra sandbox thread (with -fno-ghci-sandbox) change anything?

~d

Quoting Karl Smeltzer &amp;lt;karl.smeltzer&amp;lt; at &amp;gt;gmail.com&amp;gt;:




------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
&lt;/pre&gt;</description>
    <dc:creator>wagnerdm&lt; at &gt;seas.upenn.edu</dc:creator>
    <dc:date>2013-02-22T23:03:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3115">
    <title>GHCi, runhaskell, and runghc failing</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3115</link>
    <description>&lt;pre&gt;I'm using the latest darcs code to get GTK3 support on OSX (very
excited to see this hit Hackage!) and would like to improve my
workflow a bit.  If I compile using "ghc --make" then everything works
great, but using GHCi, runhaskell, and runghc all produce an empty
window.  Nothing is ever rendered and the process seems to hang.

Does anyone know a way around this?

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
&lt;/pre&gt;</description>
    <dc:creator>Karl Smeltzer</dc:creator>
    <dc:date>2013-02-22T22:15:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3114">
    <title>Re: Gtk3 Patches</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3114</link>
    <description>&lt;pre&gt;Quoting Hamish Mackenzie &amp;lt;hamish.k.mackenzie&amp;lt; at &amp;gt;gmail.com&amp;gt;:


Oh, absolutely. I just mean the *flag* is unfortunate, not that the  
support is unfortunate.




------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
&lt;/pre&gt;</description>
    <dc:creator>wagnerdm&lt; at &gt;seas.upenn.edu</dc:creator>
    <dc:date>2013-02-21T13:42:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3113">
    <title>Re: Gtk3 Patches</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3113</link>
    <description>&lt;pre&gt;I would like to keep the 1.8 support (that is what is available on travis-ci).

I'll try to have a look at it this weekend.  If the changes are not to great I will try to #ifdefs to the main source directory (and just leave out anything that is out of date or missing in 1.8).

On 16 Feb 2013, at 15:21, wagnerdm&amp;lt; at &amp;gt;seas.upenn.edu wrote:



------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
&lt;/pre&gt;</description>
    <dc:creator>Hamish Mackenzie</dc:creator>
    <dc:date>2013-02-21T00:44:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3112">
    <title>Re: Gtk3 Patches</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3112</link>
    <description>&lt;pre&gt;Hi Hamish --

I'm taking a look at the webkit patches. I understand the gtk3 flag is  
pretty unavoidable, but the webkit1-8 flag is a bit unfortunate. Do  
you have a feeling for how difficult it would be to do as in the gtk  
package and use CPP to choose code based on which version of webkit is  
available?

I guess the main piece of interest is how to expose the G.U.G.W.DOM  
hierarchy or not; I wonder how painful it would be for those modules  
to just be empty if the version of webkit is too low (i.e. always  
exposed).

~d

Quoting Hamish Mackenzie &amp;lt;hamish.k.mackenzie&amp;lt; at &amp;gt;gmail.com&amp;gt;:




------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http:&lt;/pre&gt;</description>
    <dc:creator>wagnerdm&lt; at &gt;seas.upenn.edu</dc:creator>
    <dc:date>2013-02-16T02:21:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3111">
    <title>Re: Gtk3 Patches</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.haskell.gtk2hs/3111</link>
    <description>&lt;pre&gt;Quoting Hamish Mackenzie &amp;lt;hamish.k.mackenzie&amp;lt; at &amp;gt;gmail.com&amp;gt;:


Hey Hamish. Patches to gtk are in -- let's see what breaks! Looking at  
patches to gtksourceview and webkit next.

Thanks again for all your (and Peter's) hard work.
~d

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
&lt;/pre&gt;</description>
    <dc:creator>wagnerdm&lt; at &gt;seas.upenn.edu</dc:creator>
    <dc:date>2013-02-15T01:38:22</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.lang.haskell.gtk2hs">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.lang.haskell.gtk2hs</link>
  </textinput>
</rdf:RDF>
