cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.35.3. -- -- see: https://github.com/sol/hpack name: amqp-worker version: 2.0.0 synopsis: Type-safe AMQP workers description: Please see the README on GitHub at 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.* , exceptions ==0.10.* , monad-loops ==0.4.* , mtl ==2.2.* , resource-pool >=0.3 && <0.5 , text ==1.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.* , exceptions ==0.10.* , monad-loops ==0.4.* , mtl ==2.2.* , resource-pool >=0.3 && <0.5 , text ==1.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.* , exceptions ==0.10.* , monad-loops ==0.4.* , mtl ==2.2.* , resource-pool >=0.3 && <0.5 , text ==1.2.* default-language: Haskell2010