aws 0.4.0 → 0.4.0.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~transformersnew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: transformers
API changes (from Hackage documentation)
Files
- README.org +4/−0
- aws.cabal +2/−2
README.org view
@@ -81,6 +81,10 @@ * Release Notes +** 0.4 series++- 0.4.0 :: Update conduit to 0.4.0, which is incompatible with earlier versions.+ ** 0.3 series - 0.3.2 :: Add awsRef / simpleAwsRef request variants for those who prefer an =IORef= over a =Data.Attempt.Attempt= value.
aws.cabal view
@@ -6,7 +6,7 @@ -- 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.4.0+Version: 0.4.0.1 -- A short (one-line) description of the package. Synopsis: Amazon Web Services (AWS) for Haskell@@ -150,7 +150,7 @@ old-locale == 1.*, text >= 0.11, time >= 1.1.4 && < 1.5,- transformers >= 0.2.2.0 && < 0.3,+ transformers >= 0.2.2.0 && < 0.4, utf8-string == 0.3.*, xml-conduit >= 0.7.0