amqp-worker-2.0.1: amqp-worker.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.37.0.
--
-- see: https://github.com/sol/hpack
name: amqp-worker
version: 2.0.1
synopsis: Type-safe AMQP workers
description: Please see the README on GitHub at <https://github.com/seanhess/amqp-worker#readme>
category: Network
homepage: https://github.com/seanhess/amqp-worker#readme
bug-reports: https://github.com/seanhess/amqp-worker/issues
author: Sean Hess
maintainer: seanhess@gmail.com
copyright: Orbital Labs
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
CHANGELOG.md
source-repository head
type: git
location: https://github.com/seanhess/amqp-worker
library
exposed-modules:
Network.AMQP.Worker
Network.AMQP.Worker.Connection
Network.AMQP.Worker.Key
Network.AMQP.Worker.Message
Network.AMQP.Worker.Poll
Network.AMQP.Worker.Queue
other-modules:
Paths_amqp_worker
hs-source-dirs:
src
build-depends:
aeson >=2.0 && <2.3
, amqp >=0.20 && <1
, base >=4.9 && <5
, bytestring >=0.11 && <0.13
, data-default >=0.7 && <0.9
, exceptions ==0.10.*
, monad-loops ==0.4.*
, mtl >=2.2 && <2.4
, resource-pool ==0.4.*
, text ==2.*
default-language: Haskell2010
executable example
main-is: Example.hs
other-modules:
Paths_amqp_worker
hs-source-dirs:
example
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
build-depends:
aeson >=2.0 && <2.3
, amqp >=0.20 && <1
, amqp-worker
, base >=4.9 && <5
, bytestring >=0.11 && <0.13
, data-default >=0.7 && <0.9
, exceptions ==0.10.*
, monad-loops ==0.4.*
, mtl >=2.2 && <2.4
, resource-pool ==0.4.*
, text ==2.*
default-language: Haskell2010
test-suite test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_amqp_worker
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
build-depends:
aeson >=2.0 && <2.3
, amqp >=0.20 && <1
, amqp-worker
, base >=4.9 && <5
, bytestring >=0.11 && <0.13
, data-default >=0.7 && <0.9
, exceptions ==0.10.*
, monad-loops ==0.4.*
, mtl >=2.2 && <2.4
, resource-pool ==0.4.*
, text ==2.*
default-language: Haskell2010