diff --git a/README.markdown b/README.markdown
--- a/README.markdown
+++ b/README.markdown
@@ -1,6 +1,9 @@
 # **FishFood**
 
-[![Hackage](https://img.shields.io/hackage/v/fishfood.svg)](https://hackage.haskell.org/package/fishfood) [![Build Status](https://travis-ci.org/functionalley/FishFood.svg?branch=master)](https://travis-ci.org/functionalley/FishFood)
+[![Build Status](https://travis-ci.org/functionalley/FishFood.svg?branch=master)](https://travis-ci.org/functionalley/FishFood)
+[![Hackage](https://img.shields.io/hackage/v/fishfood.svg)](https://hackage.haskell.org/package/fishfood)
+[![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 "**FishFood**", an application which determines the distribution in sizes of the specified files.
 
@@ -18,7 +21,7 @@
 
 ## Bug-reporting
 
-Bug-reports should be emailed to <fishfood@functionalley.eu>.
+Bug-reports should be emailed to <fishfood@functionalley.com>.
 
 ## Testing
 
diff --git a/changelog.Debian b/changelog.Debian
--- a/changelog.Debian
+++ b/changelog.Debian
@@ -2,4 +2,4 @@
 
   * New release.
 
- -- Alistair Ward <fishfood@functionalley.eu>  Tue, 23 Jul 2013 17:00:00 +0000
+ -- Alistair Ward <fishfood@functionalley.com>  Tue, 23 Jul 2013 17:00:00 +0000
diff --git a/changelog.markdown b/changelog.markdown
--- a/changelog.markdown
+++ b/changelog.markdown
@@ -1,4 +1,4 @@
-# 2013-07-16 Dr. Alistair Ward <fishfood@functionalley.eu>
+# 2013-07-16 Dr. Alistair Ward <fishfood@functionalley.com>
 
 ## 0.0.0.1
 * First version of the package.
@@ -55,3 +55,6 @@
 
 ## 0.0.1.8
 Replaced '+ negate' with 'subtract' in **FishFood.Test.QuickCheck.Profiler**.
+
+## 0.0.1.9
+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 <fishfood@functionalley.eu>.
+	Dr. Alistair Ward <fishfood@functionalley.com>.
 
 Copyright:
 	Copyright (C) 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/debian/DEBIAN/control b/debian/DEBIAN/control
--- a/debian/DEBIAN/control
+++ b/debian/DEBIAN/control
@@ -1,12 +1,12 @@
 Package:	fishfood
-Version:	0.0.1.8-1
+Version:	0.0.1.9-1
 Section:	utils
 Priority:	optional
 Architecture:	amd64
 Depends:	libc6
 Installed-size:	2082
-Maintainer:	Dr. Alistair Ward <fishfood@functionalley.eu>
+Maintainer:	Dr. Alistair Ward <fishfood@functionalley.com>
 Provides:
-Homepage:	http://functionalley.eu
+Homepage:	https://functionalley.com
 Description:	Counts the number of files in a set of bins, each of which holds only those files which fall within a specific size-interval.
 
diff --git a/fishfood.cabal b/fishfood.cabal
--- a/fishfood.cabal
+++ b/fishfood.cabal
@@ -14,7 +14,7 @@
 -- along with FishFood.  If not, see <http://www.gnu.org/licenses/>.
 
 Name:		fishfood
-Version:	0.0.1.8
+Version:	0.0.1.9
 Cabal-version:	>= 1.10
 Copyright:	(C) 2013-2015 Dr. Alistair Ward
 License:	GPL
@@ -25,10 +25,10 @@
 Build-type:	Simple
 Description:	Counts the number of files in a set of bins, each of which holds only those files which fall within a specific size-interval.
 Category:	Utils
-Tested-with:	GHC == 7.4, GHC == 7.6, GHC == 7.8, GHC == 7.10, GHC == 8.0
-Homepage:	http://functionalley.eu
-Maintainer:	mailto:fishfood@functionalley.eu
-Bug-reports:	mailto:fishfood@functionalley.eu
+Tested-with:	GHC == 7.4, GHC == 7.6, GHC == 7.8, GHC == 7.10, GHC == 8.0, GHC == 8.2, GHC == 8.4, GHC == 8.6
+Homepage:	https://functionalley.com
+Maintainer:	mailto:fishfood@functionalley.com
+Bug-reports:	mailto:fishfood@functionalley.com
 
 -- None of these files are needed at run-time.
 Extra-source-files:
@@ -80,7 +80,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
 
@@ -108,7 +108,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
 
@@ -135,4 +135,4 @@
         toolshed >= 0.17
 
     if impl(ghc >= 8.0)
-        GHC-options:	-j -Wredundant-constraints
+        GHC-options:	-Wredundant-constraints
diff --git a/fishfood.spec b/fishfood.spec
--- a/fishfood.spec
+++ b/fishfood.spec
@@ -11,7 +11,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 %define package		%name-%version
 %define tarBall		%package.tar.gz
@@ -21,13 +21,13 @@
 
 Summary:	Calculates file-size frequency-distribution.
 Name:		fishfood
-Version:	0.0.1.8
+Version:	0.0.1.9
 Release:	1
 License:	GPLv3
 # From '/usr/share/doc/packages/rpm/GROUPS'.
 Group:		Applications/File
-Source0:	http://functionalley.eu/Downloads/sdist/%tarBall
-URL:		http://functionalley.eu
+Source0:	https://functionalley.com/Downloads/sdist/%tarBall
+URL:		https://functionalley.com
 Prefix:		/usr
 BuildRequires:	haskell-platform
 
@@ -62,6 +62,6 @@
 %attr(0644, root, root)	%doc	%_mandir/man1/%name.1.gz
 
 %changelog
-* Tue Jul 16 2013	Alistair Ward	<fishfood@functionalley.eu>	0.0.0.2-1
+* Tue Jul 16 2013	Alistair Ward	<fishfood@functionalley.com>	0.0.0.2-1
 First cut.
 
diff --git a/man/man1/fishfood.1 b/man/man1/fishfood.1
--- a/man/man1/fishfood.1
+++ b/man/man1/fishfood.1
@@ -136,7 +136,7 @@
 Written by Dr. Alistair Ward.
 .SH BUGS
 .SS "REPORTING BUGS"
-Report bugs to <\fBfishfood@functionalley.eu\fR>.
+Report bugs to <\fBfishfood@functionalley.com\fR>.
 .SH COPYRIGHT
 Copyright \(co 2013-2015 Dr. Alistair Ward
 .PP
@@ -144,12 +144,12 @@
 .PP
 This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
 .PP
-You should have received a copy of the GNU General Public License along with this program. If not, see \fB<http://www.gnu.org/licenses/>\fR.
+You should have received a copy of the GNU General Public License along with this program. If not, see \fB<https://www.gnu.org/licenses/>\fR.
 .SH "SEE ALSO"
 .IP \(bu
-Home-page: \fBhttp://functionalley.eu\fR
+Home-page: \fBhttps://functionalley.com\fR
 .IP \(bu
-.B http://hackage.haskell.org/package/fishfood
+.B https://hackage.haskell.org/package/fishfood
 .IP \(bu
 .B https://github.com/functionalley/FishFood
 .IP \(bu
@@ -167,4 +167,4 @@
 .IP \(bu
 Source-documentation is generated by "\fBHaddock\fR", & is available in the distribution.
 .IP \(bu
-.B http://www.haskell.org/haddock/
+.B https://www.haskell.org/haddock/
