-- Initial azure-servicebus.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: azure-servicebus version: 0.1.5.0 synopsis: Haskell wrapper over Microsoft Azure ServiceBus REST API Description: /Overview/ . This library provides haskell wrappers over Microsoft Azure ServiceBus REST API. The current version provides Runtime API for . . The following functionality is covered: . * Send bytestring (lazy as well as strict) to a Queue. . * Send bytestring (lazy as well as strict) to a topic. . * Destructively read data from a queue or topic into a lazy bytestring . * acquire peek-locks on messages on Queues and Subscriptions . * renew lock . * delete a locked message . * unlock a locked message 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.Topic, Web.WindowsAzure.ServiceBus other-modules: Web.WindowsAzure.ServiceBus.SBTypes -- other-extensions: build-depends: base >=4.6 && < 5.0, azure-acs <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, case-insensitive >= 1.2, aeson >= 0.7.0.0, text >= 1.1.0.0, async , http-client, connection, network -- 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