diff --git a/changelog.markdown b/changelog.markdown
--- a/changelog.markdown
+++ b/changelog.markdown
@@ -58,3 +58,6 @@
 
 ## 0.0.1.9
 Changed references to author's domain-name.
+
+## 0.0.1.10
+Updated list of test-compilers.
diff --git a/debian/DEBIAN/control b/debian/DEBIAN/control
--- a/debian/DEBIAN/control
+++ b/debian/DEBIAN/control
@@ -1,5 +1,5 @@
 Package:	fishfood
-Version:	0.0.1.9-1
+Version:	0.0.1.10-1
 Section:	utils
 Priority:	optional
 Architecture:	amd64
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.9
+Version:	0.0.1.10
 Cabal-version:	>= 1.10
 Copyright:	(C) 2013-2015 Dr. Alistair Ward
 License:	GPL
@@ -25,7 +25,7 @@
 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, GHC == 8.2, GHC == 8.4, GHC == 8.6
+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, GHC == 8.8, GHC == 8.10
 Homepage:	https://functionalley.com
 Maintainer:	mailto:fishfood@functionalley.com
 Bug-reports:	mailto:fishfood@functionalley.com
@@ -89,6 +89,9 @@
     GHC-options:	-Wall -fno-warn-tabs
     Hs-source-dirs:	src-exe
     Main-is:		Main.hs
+
+    Other-modules:
+        Paths_fishfood
 
     Build-depends:
         base == 4.*,
diff --git a/fishfood.spec b/fishfood.spec
--- a/fishfood.spec
+++ b/fishfood.spec
@@ -21,7 +21,7 @@
 
 Summary:	Calculates file-size frequency-distribution.
 Name:		fishfood
-Version:	0.0.1.9
+Version:	0.0.1.10
 Release:	1
 License:	GPLv3
 # From '/usr/share/doc/packages/rpm/GROUPS'.
diff --git a/man/man1/fishfood.1 b/man/man1/fishfood.1
--- a/man/man1/fishfood.1
+++ b/man/man1/fishfood.1
@@ -144,27 +144,27 @@
 .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<https://www.gnu.org/licenses/>\fR.
+You should have received a copy of the GNU General Public License along with this program. If not, see <\fBhttps://www.gnu.org/licenses/\fR>.
 .SH "SEE ALSO"
 .IP \(bu
-Home-page: \fBhttps://functionalley.com\fR
+Home-page: <\fBhttps://functionalley.com\fR>.
 .IP \(bu
-.B https://hackage.haskell.org/package/fishfood
+<\fBhttps://hackage.haskell.org/package/fishfood\fR>.
 .IP \(bu
-.B https://github.com/functionalley/FishFood
+<\fBhttps://github.com/functionalley/FishFood\fR>.
 .IP \(bu
-.B https://en.wikipedia.org/wiki/Interval_(mathematics)
+<\fBhttps://en.wikipedia.org/wiki/Interval_(mathematics)\fR>.
 .IP \(bu
-.B https://en.wikipedia.org/wiki/Standard_deviation
+<\fBhttps://en.wikipedia.org/wiki/Standard_deviation\fR>.
 .IP \(bu
-.B https://en.wikipedia.org/wiki/Frequency_distribution
+<\fBhttps://en.wikipedia.org/wiki/Frequency_distribution\fR>.
 .IP \(bu
-.B https://en.wikipedia.org/wiki/Geometric_distribution
+<\fBhttps://en.wikipedia.org/wiki/Geometric_distribution\fR>.
 .IP \(bu
-.B https://en.wikipedia.org/wiki/Log-normal_distribution
+<\fBhttps://en.wikipedia.org/wiki/Log-normal_distribution\fR>.
 .IP \(bu
-.B https://en.wikipedia.org/wiki/Probability_mass_function
+<\fBhttps://en.wikipedia.org/wiki/Probability_mass_function\fR>.
 .IP \(bu
 Source-documentation is generated by "\fBHaddock\fR", & is available in the distribution.
 .IP \(bu
-.B https://www.haskell.org/haddock/
+<\fBhttps://www.haskell.org/haddock/\fR>.
