diff --git a/amazonka-test.cabal b/amazonka-test.cabal
--- a/amazonka-test.cabal
+++ b/amazonka-test.cabal
@@ -1,13 +1,13 @@
 name:                  amazonka-test
-version:               1.4.5
+version:               1.5.0
 synopsis:              Common functionality for Amazonka library test-suites.
 homepage:              https://github.com/brendanhay/amazonka
 bug-reports:           https://github.com/brendanhay/amazonka/issues
-license:               OtherLicense
+license:               MPL-2.0
 license-file:          LICENSE
 author:                Brendan Hay
-maintainer:            Brendan Hay <brendan.g.hay@gmail.com>
-copyright:             Copyright (c) 2013-2016 Brendan Hay
+maintainer:            Brendan Hay <brendan.g.hay+amazonka@gmail.com>
+copyright:             Copyright (c) 2013-2017 Brendan Hay
 category:              Network, AWS, Cloud, Distributed Computing
 build-type:            Simple
 extra-source-files:    README.md
@@ -21,11 +21,19 @@
     downstream Amazonka libraries, only, and as such is not suitable
     for use in non-Amazonka projects.
 
+source-repository head
+    type:              git
+    location:          git://github.com/brendanhay/amazonka.git
+    subdir:            test
+
 library
     default-language:  Haskell2010
     hs-source-dirs:    src
 
-    ghc-options:       -Wall
+    ghc-options:
+        -Wall
+        -fwarn-incomplete-uni-patterns
+        -fwarn-incomplete-record-updates
 
     exposed-modules:
           Test.AWS.Assert
@@ -37,7 +45,7 @@
 
     build-depends:
           aeson                >= 0.8
-        , amazonka-core        == 1.4.5.*
+        , amazonka-core        == 1.5.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,8 +1,8 @@
 -- |
 -- Module      : Test.AWS.Assert
--- Copyright   : (c) 2013-2016 Brendan Hay
+-- Copyright   : (c) 2013-2017 Brendan Hay
 -- License     : Mozilla Public License, v. 2.0.
--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>
+-- Maintainer  : Brendan Hay <brendan.g.hay+amazonka@gmail.com>
 -- Stability   : provisional
 -- Portability : non-portable (GHC extensions)
 --
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,9 +2,9 @@
 
 -- |
 -- Module      : Test.AWS.Diff
--- Copyright   : (c) 2013-2016 Brendan Hay
+-- Copyright   : (c) 2013-2017 Brendan Hay
 -- License     : Mozilla Public License, v. 2.0.
--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>
+-- Maintainer  : Brendan Hay <brendan.g.hay+amazonka@gmail.com>
 -- Stability   : provisional
 -- Portability : non-portable (GHC extensions)
 --
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,9 +11,9 @@
 
 -- |
 -- Module      : Test.AWS.Fixture
--- Copyright   : (c) 2013-2016 Brendan Hay
+-- Copyright   : (c) 2013-2017 Brendan Hay
 -- License     : Mozilla Public License, v. 2.0.
--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>
+-- Maintainer  : Brendan Hay <brendan.g.hay+amazonka@gmail.com>
 -- Stability   : provisional
 -- Portability : non-portable (GHC extensions)
 --
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,9 +6,9 @@
 
 -- |
 -- Module      : Test.AWS.Orphans
--- Copyright   : (c) 2013-2016 Brendan Hay
+-- Copyright   : (c) 2013-2017 Brendan Hay
 -- License     : Mozilla Public License, v. 2.0.
--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>
+-- Maintainer  : Brendan Hay <brendan.g.hay+amazonka@gmail.com>
 -- Stability   : provisional
 -- Portability : non-portable (GHC extensions)
 --
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,8 +1,8 @@
 -- |
 -- Module      : Test.AWS.Prelude
--- Copyright   : (c) 2013-2016 Brendan Hay
+-- Copyright   : (c) 2013-2017 Brendan Hay
 -- License     : Mozilla Public License, v. 2.0.
--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>
+-- Maintainer  : Brendan Hay <brendan.g.hay+amazonka@gmail.com>
 -- Stability   : provisional
 -- Portability : non-portable (GHC extensions)
 --
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,9 +4,9 @@
 
 -- |
 -- Module      : Test.AWS.TH
--- Copyright   : (c) 2013-2016 Brendan Hay
+-- Copyright   : (c) 2013-2017 Brendan Hay
 -- License     : Mozilla Public License, v. 2.0.
--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>
+-- Maintainer  : Brendan Hay <brendan.g.hay+amazonka@gmail.com>
 -- Stability   : provisional
 -- Portability : non-portable (GHC extensions)
 --
