diff --git a/ip.cabal b/ip.cabal
--- a/ip.cabal
+++ b/ip.cabal
@@ -1,6 +1,6 @@
 cabal-version: 2.0
 name: ip
-version: 1.4.2
+version: 1.4.2.1
 synopsis: Library for IP and MAC addresses
 homepage: https://github.com/andrewthad/haskell-ip#readme
 license: BSD3
diff --git a/src/Net/IPv4.hs b/src/Net/IPv4.hs
--- a/src/Net/IPv4.hs
+++ b/src/Net/IPv4.hs
@@ -825,6 +825,7 @@
 
 -- | Convert an 'IPv4Range' into a list of the 'IPv4' addresses that
 --   are in it.
+--
 -- >>> let r = IPv4Range (fromOctets 192 168 1 8) 30
 -- >>> mapM_ (T.putStrLn . encode) (toList r)
 -- 192.168.1.8
