diff --git a/README.markdown b/README.markdown
--- a/README.markdown
+++ b/README.markdown
@@ -1,6 +1,9 @@
 # **ToolShed**
 
-[![Hackage](https://img.shields.io/hackage/v/toolshed.svg)](https://hackage.haskell.org/package/toolshed) [![Build Status](https://travis-ci.org/functionalley/ToolShed.svg?branch=master)](https://travis-ci.org/functionalley/ToolShed)
+[![Build Status](https://travis-ci.org/functionalley/ToolShed.svg?branch=master)](https://travis-ci.org/functionalley/ToolShed)
+[![Hackage](https://img.shields.io/hackage/v/toolshed.svg)](https://hackage.haskell.org/package/toolshed)
+[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
+[![Haskell](https://b.repl.ca/v1/language-haskell-yellow.png)](https://haskell.org)
 
 This is "**ToolShed**", a library of unconnected utilities.
 
@@ -14,7 +17,7 @@
 
 ## Bug-reporting
 
-Bug-reports should be emailed to <toolshed@functionalley.eu>.
+Bug-reports should be emailed to <toolshed@functionalley.com>.
 
 ## Testing
 
diff --git a/changelog.markdown b/changelog.markdown
--- a/changelog.markdown
+++ b/changelog.markdown
@@ -1,4 +1,4 @@
-# 2010-11-18 Dr. Alistair Ward <toolshed@functionalley.eu>
+# 2010-11-18 Dr. Alistair Ward <toolshed@functionalley.com>
 
 ## 0.9.0.0
 * First version of the package.
@@ -30,7 +30,7 @@
 
 ## 0.11.1.0
 * Added functions `merge` & `mergeBy` to module "**ToolShed.ListPlus**" & exported a new type-synonym `ToolShed.ListPlus.ChunkLength`.
-* Uploaded to [Hackage](http://hackage.haskell.org/package/toolshed).
+* Uploaded to [Hackage](https://hackage.haskell.org/package/toolshed).
 
 ## 0.12.0.0
 * Added modules "**ToolShed.TimeAction**" to measure the CPU-seconds required for an IO-action, & "**Pair**".
@@ -136,3 +136,6 @@
 * Removed single-function module **ToolShed.Data.Array.IArray**.
 * Refactoring of **ToolShed.Data.Foldable.hasDuplicates**, for which quickchecks were then added.
 * Added mutators to **ToolShed.Data.Triple** & **ToolShed.Data.Quadruple**.
+
+## 0.18.0.1
+Changed references to author's domain-name.
diff --git a/copyright b/copyright
--- a/copyright
+++ b/copyright
@@ -1,11 +1,11 @@
 Author:
-	Dr. Alistair Ward <toolshed@functionalley.eu>.
+	Dr. Alistair Ward <toolshed@functionalley.com>.
 
 Copyright:
 	Copyright (C) 2010-2013 Dr. Alistair Ward. All Rights Reserved.
 
 Home-page:
-	http://functionalley.eu
+	https://functionalley.com
 
 License:
 	GNU GENERAL PUBLIC LICENSE Version 3; see '/usr/share/common-licenses/GPL-3' or '/usr/share/doc/licenses/gpl-3.0.txt' where available, or the local packaged file 'LICENSE'.
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.0
+Version:	0.18.0.1
 Cabal-version:	>= 1.10
 Copyright:	(C) 2010-2015 Dr. Alistair Ward
 License:	GPL
@@ -23,12 +23,12 @@
 Stability:	stable
 Synopsis:	Ill-defined library.
 Build-type:	Simple
-Description:	Ill-defined unrelated utilities used by other packages from <http://functionalley.eu>
+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.1, GHC == 8.0.1
-Homepage:	http://functionalley.eu
-Maintainer:	mailto:toolshed@functionalley.eu
-Bug-reports:	mailto:toolshed@functionalley.eu
+Tested-with:	GHC == 7.4, GHC == 7.6, GHC == 7.10, GHC == 8.0, GHC == 8.2, GHC == 8.4, GHC == 8.6
+Homepage:	https://functionalley.com
+Maintainer:	mailto:toolshed@functionalley.com
+Bug-reports:	mailto:toolshed@functionalley.com
 
 -- None of these files are needed at run-time.
 Extra-source-files:
@@ -95,7 +95,7 @@
             GHC-prof-options:	-fprof-auto -fprof-cafs
     
             if impl(ghc >= 8.0)
-                GHC-options:	-j -Wredundant-constraints
+                GHC-options:	-Wredundant-constraints
         else
             GHC-prof-options:	-auto-all -caf-all
 
@@ -128,5 +128,5 @@
         toolshed
 
     if impl(ghc >= 8.0)
-        GHC-options:	-j -Wredundant-constraints
+        GHC-options:	-Wredundant-constraints
 
