packages feed

xdcc 1.0.5 → 1.0.6

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

src/Main.hs view
@@ -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-
xdcc.cabal view
@@ -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