Skip to content

Commit

Permalink
update for resourcet and transformers
Browse files Browse the repository at this point in the history
- Support resourcet 1.3
- Support transformers 0.6
  • Loading branch information
joeyh committed Jun 23, 2023
1 parent 2cfa669 commit ca2519a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ NOTES: 0.24 brings technically breaking changes, which should not affect
most users. I recommend using smart constructors and {} matching syntax
whenever possible when interacting with aws types.

- 0.24.1
- Support resourcet 1.3
- Support transformers 0.6
- 0.24
- [breaking change] Added s3Region constructor to S3Configuration, to
support custom S3 regions.
Expand Down
6 changes: 3 additions & 3 deletions aws.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: aws
Version: 0.24
Version: 0.24.1
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.md>.
Homepage: http://github.com/aristidb/aws
Expand Down Expand Up @@ -154,13 +154,13 @@ Library
exceptions >= 0.8 && < 0.11,
mtl == 2.*,
old-locale == 1.*,
resourcet >= 1.2 && < 1.3,
resourcet >= 1.2 && < 1.4,
safe >= 0.3 && < 0.4,
scientific >= 0.3,
tagged >= 0.7 && < 0.9,
text >= 0.11,
time >= 1.4.0 && < 2.0,
transformers >= 0.2.2 && < 0.6,
transformers >= 0.2.2 && < 0.7,
unordered-containers >= 0.2,
utf8-string >= 0.3 && < 1.1,
vector >= 0.10,
Expand Down

0 comments on commit ca2519a

Please sign in to comment.