amazonka-test 1.3.7 → 1.4.0
raw patch · 7 files changed
+9/−9 lines, 7 filesdep ~amazonka-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: amazonka-core
API changes (from Hackage documentation)
Files
- amazonka-test.cabal +3/−3
- src/Test/AWS/Assert.hs +1/−1
- src/Test/AWS/Diff.hs +1/−1
- src/Test/AWS/Fixture.hs +1/−1
- src/Test/AWS/Orphans.hs +1/−1
- src/Test/AWS/Prelude.hs +1/−1
- src/Test/AWS/TH.hs +1/−1
amazonka-test.cabal view
@@ -1,5 +1,5 @@ name: amazonka-test-version: 1.3.7+version: 1.4.0 synopsis: Common functionality for Amazonka library test-suites. homepage: https://github.com/brendanhay/amazonka bug-reports: https://github.com/brendanhay/amazonka/issues@@ -7,7 +7,7 @@ license-file: LICENSE author: Brendan Hay maintainer: Brendan Hay <brendan.g.hay@gmail.com>-copyright: Copyright (c) 2013-2015 Brendan Hay+copyright: Copyright (c) 2013-2016 Brendan Hay category: Network, AWS, Cloud, Distributed Computing build-type: Simple extra-source-files: README.md@@ -37,7 +37,7 @@ build-depends: aeson >= 0.8- , amazonka-core == 1.3.7.*+ , amazonka-core == 1.4.0.* , base >= 4.7 && < 5 , bifunctors >= 4.1 , bytestring >= 0.9
src/Test/AWS/Assert.hs view
@@ -1,6 +1,6 @@ -- | -- Module : Test.AWS.Assert--- Copyright : (c) 2013-2015 Brendan Hay+-- Copyright : (c) 2013-2016 Brendan Hay -- License : Mozilla Public License, v. 2.0. -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : provisional
src/Test/AWS/Diff.hs view
@@ -2,7 +2,7 @@ -- | -- Module : Test.AWS.Diff--- Copyright : (c) 2013-2015 Brendan Hay+-- Copyright : (c) 2013-2016 Brendan Hay -- License : Mozilla Public License, v. 2.0. -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : provisional
src/Test/AWS/Fixture.hs view
@@ -11,7 +11,7 @@ -- | -- Module : Test.AWS.Fixture--- Copyright : (c) 2013-2015 Brendan Hay+-- Copyright : (c) 2013-2016 Brendan Hay -- License : Mozilla Public License, v. 2.0. -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : provisional
src/Test/AWS/Orphans.hs view
@@ -6,7 +6,7 @@ -- | -- Module : Test.AWS.Orphans--- Copyright : (c) 2013-2015 Brendan Hay+-- Copyright : (c) 2013-2016 Brendan Hay -- License : Mozilla Public License, v. 2.0. -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : provisional
src/Test/AWS/Prelude.hs view
@@ -1,6 +1,6 @@ -- | -- Module : Test.AWS.Prelude--- Copyright : (c) 2013-2015 Brendan Hay+-- Copyright : (c) 2013-2016 Brendan Hay -- License : Mozilla Public License, v. 2.0. -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : provisional
src/Test/AWS/TH.hs view
@@ -4,7 +4,7 @@ -- | -- Module : Test.AWS.TH--- Copyright : (c) 2013-2015 Brendan Hay+-- Copyright : (c) 2013-2016 Brendan Hay -- License : Mozilla Public License, v. 2.0. -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : provisional