packages feed

amazonka-elb 0.1.4 → 0.2.0

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)

- Network.AWS.ELB.Types: instance Whole ConnectionSettings

Files

amazonka-elb.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-elb-version:               0.1.4+version:               0.2.0 synopsis:              Amazon Elastic Load Balancing SDK. homepage:              https://github.com/brendanhay/amazonka license:               OtherLicense@@ -70,5 +70,5 @@     other-modules:      build-depends:-          amazonka-core == 0.1.4.*+          amazonka-core == 0.2.0.*         , base          >= 4.7     && < 5
gen/Network/AWS/ELB/Types.hs view
@@ -1274,7 +1274,7 @@  newtype ConnectionSettings = ConnectionSettings     { _csIdleTimeout :: Nat-    } deriving (Eq, Ord, Show, Enum, Num, Integral, Whole, Real)+    } deriving (Eq, Ord, Show, Enum, Num, Integral, Real)  -- | 'ConnectionSettings' constructor. --