name: hack-handler-epoll
version: 0.1.3
synopsis: hack handler implementation using epoll
description: Hack handler implemented using System.Linux.Epoll
category: Web
license: LGPL
license-file: LICENSE
author: Toralf Wittner
maintainer: toralf.wittner@gmail.com
copyright: Copyright (c) 2010 Toralf Wittner
homepage: http://github.com/twittner/hack-handler-epoll/
stability: experimental
tested-With: GHC == 6.12.1
cabal-version: >= 1.6.0
build-type: Simple
extra-source-files: README
library
exposed-modules: Hack.Handler.Epoll
ghc-options: -Wall -O2
build-depends: base >= 3 && < 5,
unix,
hack,
epoll,
HTTP,
data-default,
network,
failure,
utf8-string,
containers
hs-source-dirs: src