-- Initial hgearman.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: hgearman version: 0.1.0.0 synopsis: A Gearman client for Haskell. description: Gearman client for Haskell (not reccomended for production use). license: MIT license-file: LICENSE author: Jason Person maintainer: jrperson@gmail.com copyright: 2015, Jason Pesron category: Network build-type: Simple stability: alpha cabal-version: >=1.10 source-repository head type: git location: https://github.com/jperson/hgearman.git library default-language: Haskell2010 ghc-options: -Wall build-depends: base >= 4.7 && < 5.0 ,binary >= 0.7.3.0 && < 0.8.0.0 ,bytestring >= 0.10 && < 0.11 ,network >= 2.6.2.0 && < 2.6.3.0 ,unordered-containers >= 0.2.5.0 && < 0.2.6.0 ,transformers >= 0.4.2.0 && < 0.4.4.0 ,transformers-base >= 0.4.4 && < 0.4.5 ,mtl >= 2.2.1 && < 2.3.0 ,monad-control >= 1.0.0.4 && < 1.0.1.0 ,resource-pool >= 0.2.3.2 && < 0.2.4.0 exposed-modules: Network.Gearman --other-modules: Network.Gearman.Protocol default-language: Haskell2010