-- Initial azure-servicebus.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: azure-servicebus version: 0.1.0.1 synopsis: Windows Azure ServiceBus API description: Haskell wrappers over Windows Azure ServiceBus API. homepage: https://github.com/kapilash/hs-azure license: BSD3 license-file: LICENSE author: Hemanth Kapila maintainer: saihemanth@gmail.com copyright: Hemanth Kapila (c) 2014-2015 category: Web build-type: Simple extra-source-files: examples/*.hs cabal-version: >=1.10 library exposed-modules: Web.WindowsAzure.ServiceBus.Queue, Web.WindowsAzure.ServiceBus.SBTypes -- other-modules: -- other-extensions: build-depends: base >=4.0 && < 5.0, azure-acs >=0.0 && <0.2, bytestring >=0.10 && <0.12, http-conduit >=2.1 && <2.2, conduit >=1.1 && <1.2, http-types >=0.8 && <0.9, attoparsec >=0.10 && <0.12, async , http-client, connection -- hs-source-dirs: default-language: Haskell2010 ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -fno-warn-unused-do-bind ghc-prof-options: -prof -auto-all source-repository head type: git location: https://github.com/kapilash/hs-azure.git