<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>src/System/Event/EPoll.hsc</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -32,6 +32,11 @@ library
     other-modules:
       System.Event.KQueue
     cpp-options: -DBACKEND_KQUEUE
+  else
+    if os(linux)
+      other-modules:
+        System.Event.EPoll
+      cpp-options: -DBACKEND_EPOLL
 
   extensions:
     CPP,</diff>
      <filename>event.cabal</filename>
    </modified>
    <modified>
      <diff>@@ -26,6 +26,8 @@ import qualified System.Event.Vector as V
 
 #ifdef BACKEND_KQUEUE
 import qualified System.Event.KQueue as KQueue
+#elif  BACKEND_EPOLL
+import qualified System.Event.EPoll  as EPoll
 #else
 # error not implemented for this operating system
 #endif</diff>
      <filename>src/System/Event.hs</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>src/System/Event/EPoll.hs</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>59b109068a87b2238e1752283fc5c1067bba2338</id>
    </parent>
  </parents>
  <author>
    <name>Brian Lewis</name>
    <email>brian@lorf.org</email>
  </author>
  <url>http://github.com/tibbe/event/commit/20912d7af151f9eae582723ee540a6bfdb446704</url>
  <id>20912d7af151f9eae582723ee540a6bfdb446704</id>
  <committed-date>2009-07-30T19:57:32-07:00</committed-date>
  <authored-date>2009-07-30T19:57:32-07:00</authored-date>
  <message>Added more epoll basics</message>
  <tree>1e3174aaed3a3781aac69b11be1c49e0ca83474b</tree>
  <committer>
    <name>Brian Lewis</name>
    <email>brian@lorf.org</email>
  </committer>
</commit>
