diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+0.8.5
+-----
+* Raise upper bounds of tasty and haskell-src-exts
+
 0.8.3
 -----
 * Raise upper bound of directory
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@
 Examples
 --------
 
-    $> hsimport -m 'Control.Monad' SomeSource.hs`
+    $> hsimport -m 'Control.Monad' SomeSource.hs
     => import Control.Monad
 
     $> hsimport -m 'Control.Monad' -s 'when' SomeSource.hs
diff --git a/hsimport.cabal b/hsimport.cabal
--- a/hsimport.cabal
+++ b/hsimport.cabal
@@ -1,5 +1,5 @@
 name: hsimport
-version: 0.8.4
+version: 0.8.5
 cabal-version: >=1.9.2
 build-type: Simple
 license: BSD3
@@ -33,7 +33,7 @@
     build-depends:
         base >=3 && <5,
         cmdargs >=0.10.5 && <0.11,
-        haskell-src-exts >=1.18.0 && <1.20,
+        haskell-src-exts >=1.18.0 && <1.21,
         ilist >=0.1 && <0.4,
         microlens ==0.4.*,
         mtl >=2.1.2 && <2.3,
@@ -70,10 +70,10 @@
     main-is: Main.hs
     build-depends:
         base >=3 && <5,
-        tasty >=0.9.0.1 && <0.12,
+        tasty >=0.9.0.1 && <0.13,
         tasty-golden >=2.2.0.1 && <2.4,
         filepath >=1.3.0.1 && <1.5,
-        haskell-src-exts >=1.18.0 && <1.20,
+        haskell-src-exts >=1.18.0 && <1.21,
         hsimport -any
     hs-source-dirs: tests
     ghc-options: -W
