amazonka-test 1.5.0 → 1.6.0
raw patch · 8 files changed
+9/−12 lines, 8 filesdep ~amazonka-coresetup-changedPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: amazonka-core
API changes (from Hackage documentation)
- Test.AWS.TH: instance Language.Haskell.TH.Syntax.Lift Data.Time.Clock.Scale.DiffTime
- Test.AWS.TH: instance Language.Haskell.TH.Syntax.Lift Data.Time.Clock.UTC.UTCTime
+ Test.AWS.TH: instance Language.Haskell.TH.Syntax.Lift Data.Time.Clock.Internal.DiffTime.DiffTime
+ Test.AWS.TH: instance Language.Haskell.TH.Syntax.Lift Data.Time.Clock.Internal.UTCTime.UTCTime
Files
- Setup.hs +0/−2
- amazonka-test.cabal +2/−2
- src/Test/AWS/Assert.hs +1/−1
- src/Test/AWS/Diff.hs +1/−1
- src/Test/AWS/Fixture.hs +2/−3
- src/Test/AWS/Orphans.hs +1/−1
- src/Test/AWS/Prelude.hs +1/−1
- src/Test/AWS/TH.hs +1/−1
− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
amazonka-test.cabal view
@@ -1,5 +1,5 @@ name: amazonka-test-version: 1.5.0+version: 1.6.0 synopsis: Common functionality for Amazonka library test-suites. homepage: https://github.com/brendanhay/amazonka bug-reports: https://github.com/brendanhay/amazonka/issues@@ -45,7 +45,7 @@ build-depends: aeson >= 0.8- , amazonka-core == 1.5.0.*+ , amazonka-core == 1.6.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-2017 Brendan Hay+-- Copyright : (c) 2013-2018 Brendan Hay -- License : Mozilla Public License, v. 2.0. -- Maintainer : Brendan Hay <brendan.g.hay+amazonka@gmail.com> -- Stability : provisional
src/Test/AWS/Diff.hs view
@@ -2,7 +2,7 @@ -- | -- Module : Test.AWS.Diff--- Copyright : (c) 2013-2017 Brendan Hay+-- Copyright : (c) 2013-2018 Brendan Hay -- License : Mozilla Public License, v. 2.0. -- Maintainer : Brendan Hay <brendan.g.hay+amazonka@gmail.com> -- Stability : provisional
src/Test/AWS/Fixture.hs view
@@ -11,7 +11,7 @@ -- | -- Module : Test.AWS.Fixture--- Copyright : (c) 2013-2017 Brendan Hay+-- Copyright : (c) 2013-2018 Brendan Hay -- License : Mozilla Public License, v. 2.0. -- Maintainer : Brendan Hay <brendan.g.hay+amazonka@gmail.com> -- Stability : provisional@@ -23,7 +23,6 @@ import Data.Aeson import Data.Bifunctor import qualified Data.ByteString.Lazy as LBS-import Data.Conduit import qualified Data.Conduit.Binary as Conduit import qualified Data.HashMap.Strict as Map import Data.List (sortBy)@@ -97,7 +96,7 @@ { responseStatus = status200 , responseVersion = http11 , responseHeaders = mempty- , responseBody = newResumableSource (Conduit.sourceLbs lbs)+ , responseBody = Conduit.sourceLbs lbs , responseCookieJar = mempty , responseClose' = ResponseClose (pure ()) }
src/Test/AWS/Orphans.hs view
@@ -6,7 +6,7 @@ -- | -- Module : Test.AWS.Orphans--- Copyright : (c) 2013-2017 Brendan Hay+-- Copyright : (c) 2013-2018 Brendan Hay -- License : Mozilla Public License, v. 2.0. -- Maintainer : Brendan Hay <brendan.g.hay+amazonka@gmail.com> -- Stability : provisional
src/Test/AWS/Prelude.hs view
@@ -1,6 +1,6 @@ -- | -- Module : Test.AWS.Prelude--- Copyright : (c) 2013-2017 Brendan Hay+-- Copyright : (c) 2013-2018 Brendan Hay -- License : Mozilla Public License, v. 2.0. -- Maintainer : Brendan Hay <brendan.g.hay+amazonka@gmail.com> -- Stability : provisional
src/Test/AWS/TH.hs view
@@ -4,7 +4,7 @@ -- | -- Module : Test.AWS.TH--- Copyright : (c) 2013-2017 Brendan Hay+-- Copyright : (c) 2013-2018 Brendan Hay -- License : Mozilla Public License, v. 2.0. -- Maintainer : Brendan Hay <brendan.g.hay+amazonka@gmail.com> -- Stability : provisional