-- Initial haskell-aliyun.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ -- The name of the package. name: haskell-aliyun -- The package version. See the Haskell package versioning policy (PVP) -- for standards guiding when and how versions should be incremented. -- http://www.haskell.org/haskellwiki/Package_versioning_policy -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change version: 0.1.0.0 -- A short (one-line) description of the package. synopsis: haskell client of aliyun service. -- A longer description of the package. description: See git page (https://github.com/yihuang/haskell-aliyun/) -- URL for the project homepage or repository. homepage: https://github.com/yihuang/haskell-aliyun/ -- The license under which the package is released. license: BSD3 -- The file containing the license text. license-file: LICENSE -- The package author(s). author: yihuang -- An email address to which users can send suggestions, bug reports, and -- patches. maintainer: yi.codeplayer@gmail.com -- A copyright notice. -- copyright: category: Network build-type: Simple -- Constraint on the version of Cabal needed to build this package. cabal-version: >=1.8 Extra-Source-Files: README.rst , test.hs source-repository head type: git location: git://github.com/yihuang/haskell-aliyun library ghc-options: -Wall -O2 -- Modules exported by the library. exposed-modules: Network.Aliyun , Network.Aliyun.Types , Network.Aliyun.Utils -- Modules included in this library but not exported. -- other-modules: -- Other library packages from which modules are imported. build-depends: base ==4.*, bytestring >=0.9, conduit >=0.5, http-conduit >=1.5, http-types >=0.7, transformers >=0.2, monad-control >=0.3, transformers-base >=0.4, time >=1.4, old-locale >=1.0, Crypto >=4.2, data-default >=0.5, resourcet >=0.3, basic-prelude >=0.2, base64-bytestring >=0.1, case-insensitive >=0.4, blaze-builder >= 0.3, lifted-base >= 0.1, xml2json >= 0.2, aeson >= 0.6, vector >= 0.9, text >= 0.11, safe >= 0.3, system-filepath >= 0.4