packages feed

aws-0.0.1: aws.cabal

-- aws.cabal auto-generated by cabal init. For additional options, see
-- http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html#pkg-descr.
-- The name of the package.
Name:                aws

-- The package version. See the Haskell package versioning policy
-- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for
-- standards guiding when and how versions should be incremented.
Version:             0.0.1

-- A short (one-line) description of the package.
Synopsis:            Amazon Web Services (AWS) for Haskell

-- A longer description of the package.
Description:         Bindings for Amazon Web Services (AWS), with the aim of supporting all AWS services.

-- URL for the project homepage or repository.
Homepage:            http://github.com/aristidb/aws

-- The license under which the package is released.
License:             BSD3

-- The file containing the license text.
License-file:        LICENSE

-- The package author(s).
Author:              Aristid Breitkreuz

-- An email address to which users can send suggestions, bug reports,
-- and patches.
Maintainer:          aristidb@googlemail.com

-- A copyright notice.
Copyright:           Copyright (C) 2010 Aristid Breitkreuz

Category:            Web

Build-type:          Simple

-- Extra files to be distributed with the package, such as examples or
-- a README.
Extra-source-files:  README

-- Constraint on the version of Cabal needed to build this package.
Cabal-version:       >=1.8


Library
  -- Modules exported by the library.
  Exposed-modules:
                       Aws,
                       Aws.Aws,
                       Aws.Credentials,
                       Aws.Debug,
                       Aws.Http,
                       Aws.Metadata,
                       Aws.Query,
                       Aws.Response,
                       Aws.S3,
                       Aws.S3.Commands,
                       Aws.S3.Commands.GetBucket,
                       Aws.S3.Commands.GetService,
                       Aws.S3.Error,
                       Aws.S3.Info,
                       Aws.S3.Metadata,
                       Aws.S3.Model,
                       Aws.S3.Query,
                       Aws.S3.Response,
                       Aws.Signature,
                       Aws.SimpleDb,
                       Aws.SimpleDb.Commands,
                       Aws.SimpleDb.Commands.BatchDeleteAttributes,
                       Aws.SimpleDb.Commands.BatchPutAttributes,
                       Aws.SimpleDb.Commands.CreateDomain,
                       Aws.SimpleDb.Commands.DeleteAttributes,
                       Aws.SimpleDb.Commands.DeleteDomain,
                       Aws.SimpleDb.Commands.DomainMetadata,
                       Aws.SimpleDb.Commands.GetAttributes,
                       Aws.SimpleDb.Commands.ListDomains,
                       Aws.SimpleDb.Commands.PutAttributes,
                       Aws.SimpleDb.Commands.Select,
                       Aws.SimpleDb.Error,
                       Aws.SimpleDb.Info,
                       Aws.SimpleDb.Metadata,
                       Aws.SimpleDb.Model,
                       Aws.SimpleDb.Query,
                       Aws.SimpleDb.Response,
                       Aws.Transaction,
                       Aws.Util
  
  -- Packages needed in order to build this package.
  Build-depends:
                       ascii >=0.0.2 && <0.1,
                       base ==4.*,
                       base64-bytestring ==0.1.*,
                       blaze-builder >=0.2.1.4 && <0.3,
                       bytestring ==0.9.*,
                       cereal ==0.3.*,
                       containers ==0.3.*,
                       crypto-api ==0.5.*,
                       cryptohash ==0.6.*,
                       directory ==1.0.*,
                       enumerator ==0.4.*,
                       filepath ==1.1.*,
                       http-enumerator >=0.4.0.1 && < 0.5,
                       http-types >=0.5.3 && <0.6,
                       mtl ==2.*,
                       old-locale ==1.*,
                       shortcircuit ==0.1.*,
                       time >=1.1.4 && <1.3,
                       transformers >=0.2.2.0 && <0.3,
                       transformers-compose ==0.1.*,
                       utf8-string ==0.3.*,
                       wai >=0.3.1 && <0.4,
                       xml ==1.3.*,
                       xml-monad >=0.5 && <0.6

  GHC-Options: -Wall
  
  -- Modules not exported by this package.
  -- Other-modules:       
  
  -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.
  -- Build-tools: