Name: ec2 Version: 0.1 License: BSD3 License-file: LICENSE Cabal-Version: >= 1.6 Copyright: Copyright (c) 2009, Anton van Straaten Author: Anton van Straaten Maintainer: Anton van Straaten Homepage: ??? Category: Network, Web Stability: Beta build-type: Simple Synopsis: Interface to Amazon Web Services (AWS) Elastic Compute Cloud (EC2) Description: This library provides an interface to Amazon's Elastic Compute Cloud (EC2), allowing Haskell developers to manage EC2 virtual machines. Library Build-depends: base, bytestring, mtl, HTTP, hxt, aws >= 0.1 Exposed-modules: Network.AWS.EC2, Network.AWS.EC2.Types, Network.AWS.EC2.Request, Network.AWS.EC2.API, Network.AWS.EC2.Interface ghc-options: -Wall