diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
 
 ## Version
 
-`1.2.0.1`
+`1.2.0.2`
 
 
 ## Description
diff --git a/amazonka-dynamodb-streams.cabal b/amazonka-dynamodb-streams.cabal
--- a/amazonka-dynamodb-streams.cabal
+++ b/amazonka-dynamodb-streams.cabal
@@ -1,7 +1,8 @@
 name:                  amazonka-dynamodb-streams
-version:               1.2.0.1
+version:               1.2.0.2
 synopsis:              Amazon DynamoDB Streams SDK.
 homepage:              https://github.com/brendanhay/amazonka
+bug-reports:           https://github.com/brendanhay/amazonka/issues
 license:               OtherLicense
 license-file:          LICENSE
 author:                Brendan Hay
@@ -9,9 +10,8 @@
 copyright:             Copyright (c) 2013-2015 Brendan Hay
 category:              Network, AWS, Cloud, Distributed Computing
 build-type:            Simple
-extra-source-files:    README.md
 cabal-version:         >= 1.10
-
+extra-source-files:    README.md fixture/*.yaml fixture/*.proto
 description:
     Amazon DynamoDB Streams
 
@@ -91,8 +91,9 @@
 
     ghc-options:       -Wall -threaded
 
-    -- This is not comprehensive if modules have manually been added.
-    -- It exists to ensure cabal 'somewhat' detects test module changes.
+    -- This section is encoded by the template and any modules added by
+    -- hand outside these namespaces will not correctly be added to the
+    -- distribution package.
     other-modules:
           Test.AWS.DynamoDBStreams
         , Test.AWS.Gen.DynamoDBStreams
diff --git a/fixture/DescribeStream.yaml b/fixture/DescribeStream.yaml
new file mode 100644
--- /dev/null
+++ b/fixture/DescribeStream.yaml
diff --git a/fixture/DescribeStreamResponse.proto b/fixture/DescribeStreamResponse.proto
new file mode 100644
--- /dev/null
+++ b/fixture/DescribeStreamResponse.proto
diff --git a/fixture/GetRecords.yaml b/fixture/GetRecords.yaml
new file mode 100644
--- /dev/null
+++ b/fixture/GetRecords.yaml
diff --git a/fixture/GetRecordsResponse.proto b/fixture/GetRecordsResponse.proto
new file mode 100644
--- /dev/null
+++ b/fixture/GetRecordsResponse.proto
diff --git a/fixture/GetShardIterator.yaml b/fixture/GetShardIterator.yaml
new file mode 100644
--- /dev/null
+++ b/fixture/GetShardIterator.yaml
diff --git a/fixture/GetShardIteratorResponse.proto b/fixture/GetShardIteratorResponse.proto
new file mode 100644
--- /dev/null
+++ b/fixture/GetShardIteratorResponse.proto
diff --git a/fixture/ListStreams.yaml b/fixture/ListStreams.yaml
new file mode 100644
--- /dev/null
+++ b/fixture/ListStreams.yaml
diff --git a/fixture/ListStreamsResponse.proto b/fixture/ListStreamsResponse.proto
new file mode 100644
--- /dev/null
+++ b/fixture/ListStreamsResponse.proto
diff --git a/test/Test/AWS/Gen/DynamoDBStreams.hs b/test/Test/AWS/Gen/DynamoDBStreams.hs
--- a/test/Test/AWS/Gen/DynamoDBStreams.hs
+++ b/test/Test/AWS/Gen/DynamoDBStreams.hs
@@ -63,49 +63,49 @@
 testGetRecords :: GetRecords -> TestTree
 testGetRecords = req
     "GetRecords"
-    "fixture/GetRecords"
+    "fixture/GetRecords.yaml"
 
 testGetShardIterator :: GetShardIterator -> TestTree
 testGetShardIterator = req
     "GetShardIterator"
-    "fixture/GetShardIterator"
+    "fixture/GetShardIterator.yaml"
 
 testListStreams :: ListStreams -> TestTree
 testListStreams = req
     "ListStreams"
-    "fixture/ListStreams"
+    "fixture/ListStreams.yaml"
 
 testDescribeStream :: DescribeStream -> TestTree
 testDescribeStream = req
     "DescribeStream"
-    "fixture/DescribeStream"
+    "fixture/DescribeStream.yaml"
 
 -- Responses
 
 testGetRecordsResponse :: GetRecordsResponse -> TestTree
 testGetRecordsResponse = res
     "GetRecordsResponse"
-    "fixture/GetRecordsResponse"
+    "fixture/GetRecordsResponse.proto"
     dynamoDBStreams
     (Proxy :: Proxy GetRecords)
 
 testGetShardIteratorResponse :: GetShardIteratorResponse -> TestTree
 testGetShardIteratorResponse = res
     "GetShardIteratorResponse"
-    "fixture/GetShardIteratorResponse"
+    "fixture/GetShardIteratorResponse.proto"
     dynamoDBStreams
     (Proxy :: Proxy GetShardIterator)
 
 testListStreamsResponse :: ListStreamsResponse -> TestTree
 testListStreamsResponse = res
     "ListStreamsResponse"
-    "fixture/ListStreamsResponse"
+    "fixture/ListStreamsResponse.proto"
     dynamoDBStreams
     (Proxy :: Proxy ListStreams)
 
 testDescribeStreamResponse :: DescribeStreamResponse -> TestTree
 testDescribeStreamResponse = res
     "DescribeStreamResponse"
-    "fixture/DescribeStreamResponse"
+    "fixture/DescribeStreamResponse.proto"
     dynamoDBStreams
     (Proxy :: Proxy DescribeStream)
