diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+0.8.7
+-----
+* Fixing build failure of tasty 0.8.1.3
+
 0.8.6
 -----
 * Build/tested with GHC 7.8.3
diff --git a/cabal-bounds.cabal b/cabal-bounds.cabal
--- a/cabal-bounds.cabal
+++ b/cabal-bounds.cabal
@@ -1,5 +1,5 @@
 name: cabal-bounds
-version: 0.8.6
+version: 0.8.7
 cabal-version: >=1.9.2
 build-type: Simple
 license: BSD3
@@ -106,7 +106,7 @@
 test-suite cabal-bounds-tests
     build-depends:
         base >=3 && <5,
-        tasty >=0.7 && <0.9,
+        tasty >=0.9.0.1 && <0.11,
         tasty-golden >=2.2.0.2 && <2.3,
         process >=1.1.0.2 && <1.3,
         filepath >=1.3.0.1 && <1.4,
