diff --git a/src/Main.hs b/src/Main.hs
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -14,6 +14,7 @@
 import           Control.Monad.Trans.Reader   (ask, runReaderT)
 import qualified Data.CaseInsensitive         as CI (mk, original)
 import           Data.IP                      (IPv4)
+import           Data.Monoid                  ((<>))
 import           Network.Socket               (PortNumber)
 import           Options.Applicative.Extended
 import           Path                         (fromRelFile)
@@ -201,4 +202,3 @@
   | length s > bound && bound > 1
               = take (bound - 1) s ++ "…"
   | otherwise = s
-
diff --git a/xdcc.cabal b/xdcc.cabal
--- a/xdcc.cabal
+++ b/xdcc.cabal
@@ -1,5 +1,5 @@
 name:                 xdcc
-version:              1.0.5
+version:              1.0.6
 synopsis:             A wget-like utility for retrieving files from XDCC bots on
                       IRC
 description:          XDCC (eXtended DCC) is a protocol used by IRC bots to make
