packages feed

amazonka-route53 0.2.2 → 0.2.3

raw patch · 2 files changed

+3/−3 lines, 2 filesdep ~amazonka-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: amazonka-core

API changes (from Hackage documentation)

Files

amazonka-route53.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-route53-version:               0.2.2+version:               0.2.3 synopsis:              Amazon Route 53 SDK. homepage:              https://github.com/brendanhay/amazonka license:               OtherLicense@@ -72,5 +72,5 @@           Network.AWS.Route53.Internal      build-depends:-          amazonka-core == 0.2.2.*+          amazonka-core == 0.2.3.*         , base          >= 4.7     && < 5
src/Network/AWS/Route53/Internal.hs view
@@ -1,5 +1,5 @@ -- Module      : Network.AWS.Route53.Internal--- Copyright   : (c) 2013-2014 Brendan Hay <brendan.g.hay@gmail.com>+-- Copyright   : (c) 2013-2015 Brendan Hay <brendan.g.hay@gmail.com> -- License     : This Source Code Form is subject to the terms of --               the Mozilla Public License, v. 2.0. --               A copy of the MPL can be found in the LICENSE file or