diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+Changes in 0.16.0.1
+  - Bump bounds to allow GHC 8.6. (#210)
+
+Changes in 0.16.0
+  - Output format has changed to (hopefully) be more machine consumable. (#200)
+
 Changes in 0.15.0
   - Add `--verbose` for printing each test as it is run
 
diff --git a/doctest.cabal b/doctest.cabal
--- a/doctest.cabal
+++ b/doctest.cabal
@@ -1,11 +1,13 @@
--- This file has been generated from package.yaml by hpack version 0.28.2.
+cabal-version: 1.12
+
+-- This file has been generated from package.yaml by hpack version 0.31.0.
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 3f2294fd9f8fe9ae2eb369fd4a69655cb28a2ba502010c947eaf4f71d450abf8
+-- hash: d830267b38357e2e5f17c55764df93c08d2c7b450b12cba13fc0795f21a39202
 
 name:           doctest
-version:        0.16.0
+version:        0.16.0.1
 synopsis:       Test interactive Haskell examples
 description:    The doctest program checks examples in source code comments.  It is modeled
                 after doctest for Python (<http://docs.python.org/library/doctest.html>).
@@ -20,13 +22,17 @@
 author:         Simon Hengel <sol@typeful.net>
 maintainer:     Simon Hengel <sol@typeful.net>
 build-type:     Simple
-cabal-version:  >= 1.10
 extra-source-files:
-    CHANGES
     example/example.cabal
     example/src/Example.hs
     example/test/doctests.hs
-    README.markdown
+    test/parse/multiple-examples/Foo.hs
+    test/parse/no-examples/Fib.hs
+    test/parse/non-exported/Fib.hs
+    test/parse/property/Fib.hs
+    test/parse/setup-empty/Foo.hs
+    test/parse/setup-only/Foo.hs
+    test/parse/simple/Fib.hs
     test/extract/argument-list/Foo.hs
     test/extract/comment-order/Foo.hs
     test/extract/declaration/Foo.hs
@@ -91,15 +97,10 @@
     test/integration/trailing-whitespace/Foo.hs
     test/integration/with-cbits/Bar.hs
     test/integration/with-cbits/foo.c
-    test/parse/multiple-examples/Foo.hs
-    test/parse/no-examples/Fib.hs
-    test/parse/non-exported/Fib.hs
-    test/parse/property/Fib.hs
-    test/parse/setup-empty/Foo.hs
-    test/parse/setup-only/Foo.hs
-    test/parse/simple/Fib.hs
     test/sandbox/bad.config
     test/sandbox/cabal.sandbox.config
+    CHANGES
+    README.markdown
 
 source-repository head
   type: git
@@ -135,7 +136,7 @@
     , deepseq
     , directory
     , filepath
-    , ghc >=7.0 && <8.6
+    , ghc >=7.0 && <8.7
     , ghc-paths >=0.1.0.9
     , process
     , syb >=0.3
@@ -157,7 +158,7 @@
     , directory
     , doctest
     , filepath
-    , ghc >=7.0 && <8.6
+    , ghc >=7.0 && <8.7
     , ghc-paths >=0.1.0.9
     , process
     , syb >=0.3
@@ -178,7 +179,7 @@
     , directory
     , doctest
     , filepath
-    , ghc >=7.0 && <8.6
+    , ghc >=7.0 && <8.7
     , ghc-paths >=0.1.0.9
     , process
     , syb >=0.3
@@ -236,7 +237,7 @@
     , deepseq
     , directory
     , filepath
-    , ghc >=7.0 && <8.6
+    , ghc >=7.0 && <8.7
     , ghc-paths >=0.1.0.9
     , hspec >=1.5.1
     , mockery
