epoll-0.2: src/System/Linux/Epoll.hs
-- |
-- Module : System.Linux.Epoll
-- Copyright : (c) 2009 Toralf Wittner
-- License : LGPL
-- Maintainer : toralf.wittner@gmail.com
-- Stability : experimental
-- Portability : non-portable
--
-- Re-exports all the public interfaces of 'Base',
-- 'Buffer' and 'EventLoop'.
module System.Linux.Epoll (
module System.Linux.Epoll.Base,
module System.Linux.Epoll.Buffer,
module System.Linux.Epoll.EventLoop
) where
import System.Linux.Epoll.Base
import System.Linux.Epoll.Buffer
import System.Linux.Epoll.EventLoop