diff --git a/Setup.hs b/Setup.hs
deleted file mode 100644
--- a/Setup.hs
+++ /dev/null
@@ -1,2 +0,0 @@
-import Distribution.Simple
-main = defaultMain
diff --git a/amazonka-test.cabal b/amazonka-test.cabal
--- a/amazonka-test.cabal
+++ b/amazonka-test.cabal
@@ -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
diff --git a/src/Test/AWS/Assert.hs b/src/Test/AWS/Assert.hs
--- a/src/Test/AWS/Assert.hs
+++ b/src/Test/AWS/Assert.hs
@@ -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
diff --git a/src/Test/AWS/Diff.hs b/src/Test/AWS/Diff.hs
--- a/src/Test/AWS/Diff.hs
+++ b/src/Test/AWS/Diff.hs
@@ -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
diff --git a/src/Test/AWS/Fixture.hs b/src/Test/AWS/Fixture.hs
--- a/src/Test/AWS/Fixture.hs
+++ b/src/Test/AWS/Fixture.hs
@@ -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 ())
         }
diff --git a/src/Test/AWS/Orphans.hs b/src/Test/AWS/Orphans.hs
--- a/src/Test/AWS/Orphans.hs
+++ b/src/Test/AWS/Orphans.hs
@@ -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
diff --git a/src/Test/AWS/Prelude.hs b/src/Test/AWS/Prelude.hs
--- a/src/Test/AWS/Prelude.hs
+++ b/src/Test/AWS/Prelude.hs
@@ -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
diff --git a/src/Test/AWS/TH.hs b/src/Test/AWS/TH.hs
--- a/src/Test/AWS/TH.hs
+++ b/src/Test/AWS/TH.hs
@@ -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
