diff --git a/changelog.markdown b/changelog.markdown
--- a/changelog.markdown
+++ b/changelog.markdown
@@ -139,3 +139,6 @@
 
 ## 0.18.0.1
 Changed references to author's domain-name.
+
+## 0.18.0.2
+Updated list of test-compilers.
diff --git a/toolshed.cabal b/toolshed.cabal
--- a/toolshed.cabal
+++ b/toolshed.cabal
@@ -14,7 +14,7 @@
 -- along with ToolShed.  If not, see <http://www.gnu.org/licenses/>.
 
 Name:		toolshed
-Version:	0.18.0.1
+Version:	0.18.0.2
 Cabal-version:	>= 1.10
 Copyright:	(C) 2010-2015 Dr. Alistair Ward
 License:	GPL
@@ -25,7 +25,7 @@
 Build-type:	Simple
 Description:	Ill-defined unrelated utilities used by other packages from <https://functionalley.com>
 Category:	Utils
-Tested-with:	GHC == 7.4, GHC == 7.6, GHC == 7.10, GHC == 8.0, GHC == 8.2, GHC == 8.4, GHC == 8.6
+Tested-with:	GHC == 7.4, GHC == 7.6, GHC == 7.10, GHC == 8.0, GHC == 8.2, GHC == 8.4, GHC == 8.6, GHC == 8.8, GHC == 8.10
 Homepage:	https://functionalley.com
 Maintainer:	mailto:toolshed@functionalley.com
 Bug-reports:	mailto:toolshed@functionalley.com
