From 9750baeeb1a685d719bad1911f3616ea5ef0db4d Mon Sep 17 00:00:00 2001 From: Brendan Hay Date: Fri, 26 Jun 2015 17:13:15 +0200 Subject: [PATCH] Bumping static versions to 1.0.0 --- amazonka/amazonka.cabal | 4 ++-- comp/amazonka-compiler.cabal | 2 +- core/amazonka-core.cabal | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/amazonka/amazonka.cabal b/amazonka/amazonka.cabal index 41915c27949..4270c3a41b9 100644 --- a/amazonka/amazonka.cabal +++ b/amazonka/amazonka.cabal @@ -1,5 +1,5 @@ name: amazonka -version: 0.3.6 +version: 1.0.0 synopsis: Comprehensive Amazon Web Services SDK homepage: https://github.com/brendanhay/amazonka license: OtherLicense @@ -41,7 +41,7 @@ library , Network.AWS.Internal.Retry build-depends: - amazonka-core == 0.3.6.* + amazonka-core == 1.0.0.* , base >= 4.7 && < 5 , bifunctors >= 4.1 , bytestring >= 0.9 diff --git a/comp/amazonka-compiler.cabal b/comp/amazonka-compiler.cabal index 6415bfb7b6a..f3e728bf910 100644 --- a/comp/amazonka-compiler.cabal +++ b/comp/amazonka-compiler.cabal @@ -1,5 +1,5 @@ name: amazonka-compiler -version: 0.3.6 +version: 1.0.0 synopsis: Amazonka Compiler homepage: https://github.com/brendanhay/amazonka license: OtherLicense diff --git a/core/amazonka-core.cabal b/core/amazonka-core.cabal index 9bd84a5e2e3..e2f77008abc 100644 --- a/core/amazonka-core.cabal +++ b/core/amazonka-core.cabal @@ -1,5 +1,5 @@ name: amazonka-core -version: 0.3.6 +version: 1.0.0 synopsis: Core functionality and data types for Amazonka libraries. homepage: https://github.com/brendanhay/amazonka license: OtherLicense