diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
 
 Version history.
 
+## 0.1.5.2 (2021-09-10)
+
+- Support GHC 8.10.7.
+
 ## 0.1.5.1 Andreas Abel 2021-08-22
 
 - fixed #3: correctly obtain GHC's libdir
diff --git a/hs-tags.cabal b/hs-tags.cabal
--- a/hs-tags.cabal
+++ b/hs-tags.cabal
@@ -1,5 +1,5 @@
 name:            hs-tags
-version:         0.1.5.1
+version:         0.1.5.2
 cabal-version:   >= 1.10
 build-type:      Simple
 license:         MIT
@@ -22,12 +22,19 @@
   GHC == 8.4.4
   GHC == 8.6.5
   GHC == 8.8.4
-  GHC == 8.10.4
+  GHC == 8.10.7
   GHC == 9.0.1
 
 extra-source-files:
   CHANGELOG.md
   README.md
+  stack-8.0.2.yaml
+  stack-8.2.2.yaml
+  stack-8.4.4.yaml
+  stack-8.6.5.yaml
+  stack-8.8.4.yaml
+  stack-8.10.7.yaml
+  stack-9.0.1.yaml
 
 source-repository head
   type:     git
@@ -36,7 +43,7 @@
 source-repository this
   type:     git
   location: https://github.com/agda/hs-tags.git
-  tag:      v0.1.5.1
+  tag:      v0.1.5.2
 
 executable hs-tags
   main-is:          Main.hs
diff --git a/stack-8.0.2.yaml b/stack-8.0.2.yaml
new file mode 100644
--- /dev/null
+++ b/stack-8.0.2.yaml
@@ -0,0 +1,3 @@
+resolver: lts-9.21
+compiler: ghc-8.0.2
+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.2.2.yaml b/stack-8.2.2.yaml
new file mode 100644
--- /dev/null
+++ b/stack-8.2.2.yaml
@@ -0,0 +1,3 @@
+resolver: lts-11.22
+compiler: ghc-8.2.2
+compiler-check: match-exact
diff --git a/stack-8.4.4.yaml b/stack-8.4.4.yaml
new file mode 100644
--- /dev/null
+++ b/stack-8.4.4.yaml
@@ -0,0 +1,3 @@
+resolver: lts-12.26
+compiler: ghc-8.4.4
+compiler-check: match-exact
diff --git a/stack-8.6.5.yaml b/stack-8.6.5.yaml
new file mode 100644
--- /dev/null
+++ b/stack-8.6.5.yaml
@@ -0,0 +1,3 @@
+resolver: lts-14.27
+compiler: ghc-8.6.5
+compiler-check: match-exact
diff --git a/stack-8.8.4.yaml b/stack-8.8.4.yaml
new file mode 100644
--- /dev/null
+++ b/stack-8.8.4.yaml
@@ -0,0 +1,3 @@
+resolver: lts-16.26
+compiler: ghc-8.8.4
+compiler-check: match-exact
diff --git a/stack-9.0.1.yaml b/stack-9.0.1.yaml
new file mode 100644
--- /dev/null
+++ b/stack-9.0.1.yaml
@@ -0,0 +1,3 @@
+resolver: nightly-2021-08-19
+compiler: ghc-9.0.1
+compiler-check: match-exact
