diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for hpc-codecov
 
+## 0.2.0.1 -- 2021-01-2
+
+Minor package dependency updates.
+
 ## 0.1.0.0 -- 2020-02-08
 
 Initial release.
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@
 
 ```console
 $ stack --numeric-version
-2.1.3
+2.3.3
 $ stack build --test --coverage
 ```
 
@@ -103,7 +103,7 @@
 ```console
 $ hpcroot=$(stack path --local-hpc-root)
 $ tix=$(find $hpcroot -name 'test-main.tix')
-$ mix=$(stack path --distdir)/hpc
+$ mix=$(stack path --dist-dir)/hpc
 $ hpc-codecov --mix=$mix --exclude=Paths_hpc_codecov -o codecov.json $tix
 ```
 
diff --git a/hpc-codecov.cabal b/hpc-codecov.cabal
--- a/hpc-codecov.cabal
+++ b/hpc-codecov.cabal
@@ -1,6 +1,6 @@
 cabal-version:       2.0
 name:                hpc-codecov
-version:             0.2.0.0
+version:             0.2.0.1
 synopsis:            Generate codecov report from hpc data
 license:             BSD3
 license-file:        LICENSE
@@ -28,7 +28,7 @@
 tested-with:           GHC == 8.2.2
                      , GHC == 8.4.4
                      , GHC == 8.6.5
-                     , GHC == 8.8.3
+                     , GHC == 8.8.4
                      , GHC == 8.10.1
 
 library
@@ -41,7 +41,7 @@
   autogen-modules:     Paths_hpc_codecov
   build-depends:       base        >= 4.10  && < 5
                      , array       >= 0.1   && < 0.6
-                     , bytestring  >= 0.10  && < 0.11
+                     , bytestring  >= 0.10  && < 0.12
                      , directory   >= 1.3.0 && < 1.4.0
                      , filepath    >= 1.4.1 && < 1.5
                      , hpc         >= 0.6   && < 0.7
@@ -67,7 +67,7 @@
                      , hpc-codecov
                        --
                      , tar         >= 0.5   && < 0.6
-                     , tasty       >= 1.0   && < 1.4
+                     , tasty       >= 1.0   && < 1.5
                      , tasty-hunit >= 0.8   && < 1.0
   default-language:    Haskell2010
   ghc-options:         -Wall -threaded -rtsopts
diff --git a/test/data/self.tar b/test/data/self.tar
Binary files a/test/data/self.tar and b/test/data/self.tar differ
