packages feed

poll-0.0: poll.cabal

Name:             poll
Version:          0.0
License:          BSD3
License-File:     LICENSE
Author:           Henning Thielemann <haskell@henning-thielemann.de>, Dylan Simon <dylan@dylex.net>
Maintainer:       Henning Thielemann <haskell@henning-thielemann.de>
Category:         System
Build-Type:       Simple
Synopsis:         Bindings to poll.h
Description:
  Poll functionality allows to wait on different FileDescriptors simultaneously.
Tested-With:      GHC==6.12.3
Cabal-Version:    >=1.6
Build-Type:       Simple
Source-Repository head
  type:     darcs
  location: http://code.haskell.org/~thielema/poll/

Source-Repository this
  type:     darcs
  location: http://code.haskell.org/~thielema/poll/
  tag:      0.0

Library
  Build-Depends:
    enumset >=0.0.2 && <0.1,
    utility-ht >=0.0.7 && <0.1,
    base >=3 && <5

  GHC-Options:      -Wall
  Hs-Source-Dirs:   src
  Exposed-Modules:
    System.Posix.Poll