diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
 
 Version history.
 
+## 0.0.7 released 2021-09-07
+
+- Supported GHC 8.10.7.
+
 ## 0.0.6 released 2021-07-29
 
 - Fix the release version: The tag `0.0.5` on the GitHub repo was released on 14 Oct 2019 while `0.0.5` on Hackage is the commit `1394ec6`.
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 fix-whitespace: Fixes whitespace issues
 =======================================
 
-[![Hackage version](https://img.shields.io/hackage/v/fix-whitespace.svg?label=Hackage)](http://hackage.haskell.org/package/fix-whitespace)
+[![Hackage version](https://img.shields.io/hackage/v/fix-whitespace.svg?label=Hackage&color=informational)](http://hackage.haskell.org/package/fix-whitespace)
 [![Hackage CI](https://matrix.hackage.haskell.org/api/v2/packages/fix-whitespace/badge)](https://matrix.hackage.haskell.org/package/fix-whitespace)
 [![fix-whitespace on Stackage Nightly](https://stackage.org/package/fix-whitespace/badge/nightly)](https://stackage.org/nightly/package/fix-whitespace)
 [![Stackage LTS version](https://www.stackage.org/package/fix-whitespace/badge/lts?label=Stackage)](https://www.stackage.org/package/fix-whitespace)
diff --git a/fix-whitespace.cabal b/fix-whitespace.cabal
--- a/fix-whitespace.cabal
+++ b/fix-whitespace.cabal
@@ -1,5 +1,5 @@
 name:            fix-whitespace
-version:         0.0.6
+version:         0.0.7
 cabal-version:   >= 1.10
 build-type:      Simple
 description:     Removes trailing whitespace, lines containing only whitespace and ensure that every file ends in a newline character.
@@ -15,11 +15,8 @@
                  GHC == 8.2.2
                  GHC == 8.4.4
                  GHC == 8.6.5
-                 GHC == 8.8.3
                  GHC == 8.8.4
-                 GHC == 8.10.3
-                 GHC == 8.10.4
-                 GHC == 8.10.5
+                 GHC == 8.10.7
                  GHC == 9.0.1
 
 extra-source-files:
@@ -30,11 +27,8 @@
   stack-8.2.2.yaml
   stack-8.4.4.yaml
   stack-8.6.5.yaml
-  stack-8.8.3.yaml
   stack-8.8.4.yaml
-  stack-8.10.3.yaml
-  stack-8.10.4.yaml
-  stack-8.10.5.yaml
+  stack-8.10.7.yaml
   stack-9.0.1.yaml
 
 source-repository head
diff --git a/stack-8.10.3.yaml b/stack-8.10.3.yaml
deleted file mode 100644
--- a/stack-8.10.3.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
-resolver: lts-17.2
-compiler: ghc-8.10.3
-compiler-check: match-exact
diff --git a/stack-8.10.4.yaml b/stack-8.10.4.yaml
deleted file mode 100644
--- a/stack-8.10.4.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
-resolver: lts-18.4
-compiler: ghc-8.10.4
-compiler-check: match-exact
diff --git a/stack-8.10.5.yaml b/stack-8.10.5.yaml
deleted file mode 100644
--- a/stack-8.10.5.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
-resolver: lts-18.4
-compiler: ghc-8.10.5
-compiler-check: match-exact
diff --git a/stack-8.10.7.yaml b/stack-8.10.7.yaml
new file mode 100644
--- /dev/null
+++ b/stack-8.10.7.yaml
@@ -0,0 +1,3 @@
+resolver: lts-18.9
+compiler: ghc-8.10.7
+compiler-check: match-exact
diff --git a/stack-8.8.3.yaml b/stack-8.8.3.yaml
deleted file mode 100644
--- a/stack-8.8.3.yaml
+++ /dev/null
@@ -1,5 +0,0 @@
-resolver: lts-16.11
-compiler: ghc-8.8.3
-compiler-check: match-exact
-
-extra-deps:
