azure-acs-0.0.1.1: azure-acs.cabal
-- 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 <http://msdn.microsoft.com/en-us/library/hh147631.aspx Windows Azure Active Directory Access Control>.
.
Currently only API that is supported is the one to request a password token from ACS via the <http://msdn.microsoft.com/en-us/library/hh674475.aspx OAuth WRAP protocol>
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