diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+0.6.2
+-----
+* Fixing build failure of tasty 0.8.1.3
+
 0.6.1
 -----
 * Changes for haskell-src-exts 1.16.0
diff --git a/hsimport.cabal b/hsimport.cabal
--- a/hsimport.cabal
+++ b/hsimport.cabal
@@ -1,5 +1,5 @@
 name: hsimport
-version: 0.6.1
+version: 0.6.2
 cabal-version: >=1.9.2
 build-type: Simple
 license: BSD3
@@ -69,7 +69,7 @@
 test-suite hsimport-tests
     build-depends:
         base >=3 && <5,
-        tasty >=0.6 && <0.11,
+        tasty >=0.9.0.1 && <0.11,
         tasty-golden >=2.2.0.1 && <2.3,
         filepath >=1.3.0.1 && <1.4,
         haskell-src-exts >=1.16.0 && <1.17,
