-- Initial azure-acs.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: azure-acs version: 0.0.1.1 synopsis: Windows Azure ACS description: Haskell wrappers over REST API for . . Currently only API that is supported is the one to request a password token from ACS via the homepage: https://github.com/kapilash/hs-azure license: BSD3 license-file: LICENSE author: Hemanth Kapila maintainer: saihemanth@gmail.com copyright: Hemanth Kapila (c) 2014 category: Web build-type: Simple extra-source-files: examples/*.hs cabal-version: >=1.10 library exposed-modules: Web.WindowsAzure.ACS, Network.MicrosoftAzure.ACS -- other-modules: -- other-extensions: build-depends: base >= 4 && <5 , bytestring, conduit, conduit-extra, http-conduit, attoparsec, http-types, time, 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