diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,9 @@
+0.0.4
+* Allow wider base
+
+0.0.3
+* Allow wider tasty
+
 0.0.2
 * Add missing test suite files.
 
diff --git a/tasty-tap.cabal b/tasty-tap.cabal
--- a/tasty-tap.cabal
+++ b/tasty-tap.cabal
@@ -1,5 +1,5 @@
 name:                tasty-tap
-version:             0.0.3
+version:             0.0.4
 synopsis:            TAP (Test Anything Protocol) Version 13 formatter for tasty
 description:         A tasty ingredient to output test results in TAP 13 format.
 license:             MIT
@@ -11,7 +11,7 @@
 category:            Testing
 build-type:          Simple
 cabal-version:       >=1.10
-tested-with:   GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.1
+tested-with:   GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.1, GHC == 8.0.1
 extra-source-files:
   README.md
   changelog.md
@@ -27,7 +27,7 @@
 
 library
   exposed-modules:     Test.Tasty.Runners.TAP
-  build-depends:       base >=4.6 && <4.9
+  build-depends:       base >=4.6 && <5
                      , tasty >= 0.10
                      , stm
                      , containers
