packages feed

poll-0.0.0.2: poll.cabal

Cabal-Version:    2.2
Name:             poll
Version:          0.0.0.2
License:          BSD-3-Clause
License-File:     LICENSE
Author:           Henning Thielemann <haskell@henning-thielemann.de>, Dylan Simon <dylan@dylex.net>
Maintainer:       Henning Thielemann <haskell@henning-thielemann.de>
Category:         System
Synopsis:         Bindings to poll.h
Description:
  Poll functionality allows to wait on different FileDescriptors simultaneously.
Tested-With:      GHC==7.4.2, GHC==8.6.5
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.0.2

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

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