Skip to content

Commit

Permalink
Merge branch 'stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
aristidb committed Nov 2, 2012
2 parents 86bbfd7 + 53ccbf7 commit 4069d0b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions README.org
Expand Up @@ -93,6 +93,14 @@ You can also find this example in the source distribution in the ~Examples/~ fol

** 0.7 series

- 0.7.5
- Support for http-conduit 1.7 and 1.8

- 0.7.1-0.7.4
- Support for GHC 7.6
- Wider constraints to support newer versions of various dependencies
- Update maintainer e-mail address and project categories in cabal file

- 0.7.0
- Change ServiceConfiguration concept so as to indicate in the type whether this is for URI-only requests
(i.e. awsUri)
Expand Down
8 changes: 4 additions & 4 deletions aws.cabal
@@ -1,5 +1,5 @@
Name: aws
Version: 0.7.2
Version: 0.7.5
Synopsis: Amazon Web Services (AWS) for Haskell
Description: Bindings for Amazon Web Services (AWS), with the aim of supporting all AWS services. To see a high level overview of the library, see the README at <https://github.com/aristidb/aws/blob/master/README.org>.
Homepage: http://github.com/aristidb/aws
Expand All @@ -20,7 +20,7 @@ Cabal-version: >=1.10
Source-repository this
type: git
location: https://github.com/aristidb/aws.git
tag: 0.7.2
tag: 0.7.5

Source-repository head
type: git
Expand Down Expand Up @@ -120,8 +120,8 @@ Executable GetObject
Build-depends:
base == 4.*,
aws,
http-conduit >= 1.6 && < 1.7,
conduit >= 0.5 && < 0.6
http-conduit,
conduit

Default-Language: Haskell2010

Expand Down

0 comments on commit 4069d0b

Please sign in to comment.