<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,10 +3,10 @@ Version:	0.1
 License:	GPL
 Author:		MenTaLguY &lt;mental@rydia.net&gt;
 Synopsis:	for animation
-Build-Depends:	base
+Build-Depends:	base, haskell98, gtk &gt;= 0.9.11
 
 Executable:	moing
 Main-Is:	moing.hs
 Hs-Source-Dirs:	src
-GHC-Options:	-threaded
+GHC-Options:	-fglasgow-exts -threaded
 </diff>
      <filename>moing.cabal</filename>
    </modified>
    <modified>
      <diff>@@ -20,6 +20,9 @@
 
 module Main where
 
+import Control.Concurrent
+
 main :: IO ()
-main = return ()
+main = do isBound &lt;- isCurrentThreadBound
+          putStrLn $ show $ isBound
 </diff>
      <filename>src/moing.hs</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7920098ecfaa088abd2c8004a3d6589b35f4d6a5</id>
    </parent>
  </parents>
  <author>
    <name>MenTaLguY</name>
    <email>mental@rydia.net</email>
  </author>
  <url>http://github.com/mental/moing/commit/58064e023d763eb56903810ad2992948c7a299fd</url>
  <id>58064e023d763eb56903810ad2992948c7a299fd</id>
  <committed-date>2007-08-06T20:16:54-07:00</committed-date>
  <authored-date>2007-08-06T20:16:54-07:00</authored-date>
  <message>Upgrade GTK dep for threading support

darcs-hash:20070807031654-d1281-dd8ae2f9e039d27d49311c17ba04ede65cb86eab.gz</message>
  <tree>a60e4e12d46af4b24564df31a4986e79c93250a6</tree>
  <committer>
    <name>MenTaLguY</name>
    <email>mental@rydia.net</email>
  </committer>
</commit>
