hbeanstalk-0.1: hbeanstalk.cabal
Name: hbeanstalk
Version: 0.1
License: BSD3
License-file: LICENSE
Cabal-Version: >= 1.6
Copyright:
Copyright (c) 2010, Greg Heartsfield
Author: Greg Heartsfield <scsibug@imap.cc>
Maintainer: Greg Heartsfield <scsibug@imap.cc>
Homepage: http://github.com/scsibug/hbeanstalk/
Category: Network
Stability: Alpha
build-type: Simple
Synopsis: Client for the beanstalkd workqueue service.
Description: This is the hbeanstalk library. It provides a client
interface to a beanstalkd server, allowing Haskell to be
a producer and/or a consumer of work items. Let Haskell
do your heavy lifting!
extra-source-files: README.markdown, Tests.hs
source-repository head
type: git
location: git://github.com/scsibug/hbeanstalk.git
Library
Build-depends: base >= 4 && < 5, network, containers >= 0.3.0.0, HsSyck >= 0.45, parsec >= 2.1.0.1
Exposed-modules:
Network.Beanstalk