name: ms-azure-api version: 0.1.0.0 synopsis: Microsoft Azure API description: Bindings to the Microsoft Azure API homepage: https://github.com/unfoldml/ms-api license: BSD3 license-file: LICENSE author: Marco Zocca maintainer: oss@unfoldml.com copyright: 2023 Marco Zocca category: Web build-type: Simple extra-source-files: README.md CHANGELOG.md cabal-version: >=1.10 tested-with: GHC == 7.10.2 library default-language: Haskell2010 hs-source-dirs: src exposed-modules: MSAzureAPI.Internal.Common MSAzureAPI.StorageServices MSAzureAPI.StorageServices.FileService build-depends: base >= 4.7 && < 5 , aeson , bytestring , containers , hoauth2 == 2.6.0 , http-types , modern-uri , req , scientific , text , time >= 1.8 , transformers >= 0.5 , unliftio ghc-options: -Wall -Wcompat -Wno-unused-imports default-extensions: OverloadedStrings DeriveGeneric DeriveFunctor DerivingStrategies LambdaCase DataKinds source-repository head type: git location: https://github.com/unfoldml/ms-azure-api