diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,9 @@
     -   DDB: Support for additional interfaces, bug fixes
     -   Relax version bounds
 
+-   0.17.1
+    -   Fix testsuite build
+
 0.16 series
 -----------
 
diff --git a/aws.cabal b/aws.cabal
--- a/aws.cabal
+++ b/aws.cabal
@@ -1,5 +1,5 @@
 Name:                aws
-Version:             0.17
+Version:             0.17.1
 Synopsis:            Amazon Web Services (AWS) for Haskell
 Description:         Bindings for Amazon Web Services (AWS), with the aim of supporting all AWS services. To see a high level overview of the library, see the README at <https://github.com/aristidb/aws/blob/master/README.md>.
 Homepage:            http://github.com/aristidb/aws
@@ -19,7 +19,7 @@
 Source-repository this
   type: git
   location: https://github.com/aristidb/aws.git
-  tag: 0.17
+  tag: 0.17.1
 
 Source-repository head
   type: git
@@ -407,13 +407,23 @@
     build-depends:
         aws,
         base == 4.*,
+        QuickCheck >= 2.7,
+        aeson >= 0.7,
         bytestring,
         conduit-combinators,
+        errors >= 2.0,
+        lifted-base >= 0.2,
+        monad-control >= 0.3,
+        mtl >= 2.1,
         http-client < 0.6,
         http-client-tls < 0.5,
         http-types,
         resourcet,
         tasty >= 0.8,
         tasty-hunit >= 0.8,
+        tasty-quickcheck >= 0.8,
         text,
-        tagged >= 0.7
+        time,
+        tagged >= 0.7,
+        transformers >= 0.3,
+        transformers-base >= 0.4
