packages feed

hbeanstalk-0.2: hbeanstalk.cabal

Name:           hbeanstalk
Version:        0.2
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,
                  blaze-builder >= 0.2.1.0, network-bytestring >= 0.1.2.0,
                  bytestring >= 0.9.1.7, attoparsec >= 0.8.3.0

  Exposed-modules:
        Network.Beanstalk