diff --git a/irc-dcc.cabal b/irc-dcc.cabal
--- a/irc-dcc.cabal
+++ b/irc-dcc.cabal
@@ -1,5 +1,5 @@
 name:                 irc-dcc
-version:              1.2.0
+version:              1.2.1
 synopsis:             A DCC message parsing and helper library for IRC clients
 description:          DCC (Direct Client-to-Client) is an IRC sub-protocol for
                       establishing and maintaining direct connections to
@@ -16,7 +16,7 @@
 category:             Network
 -- copyright:
 build-type:           Simple
-cabal-version:        >=1.10
+cabal-version:        >= 1.10
 
 library
   hs-source-dirs:       src
@@ -25,18 +25,18 @@
   other-modules:        Network.IRC.DCC.Internal
                       , Network.Socket.ByteString.Extended
   -- other-extensions:
-  build-depends:        base >= 4.7 && < 5
-                      , attoparsec >= 0.13.0.1 && < 0.14
-                      , binary >= 0.7.5.0 && < 0.8
-                      , bytestring >= 0.10.6.0 && < 0.11
-                      , errors >= 2.1.2 && < 2.2
-                      , io-streams >= 1.3.5.0 && < 1.4
-                      , iproute >= 1.7.0 && < 1.8
-                      , irc-ctcp >= 0.1.3.0 && < 0.2
-                      , network >= 2.6.2.1 && < 2.7
-                      , path >= 0.5.7 && < 0.6
-                      , transformers >= 0.4.2.0 && < 0.5
-                      , utf8-string >= 1.0.1.1 && < 1.1
+  build-depends:        base         >= 4.7      && < 5
+                      , attoparsec   >= 0.13.0.1 && < 0.14
+                      , binary       >= 0.7.5.0
+                      , bytestring   >= 0.10.6.0 && < 0.11
+                      , errors       >= 2.1.2    && < 2.2
+                      , io-streams   >= 1.3.5.0  && < 1.4
+                      , iproute      >= 1.7.0    && < 1.8
+                      , irc-ctcp     >= 0.1.3.0  && < 0.2
+                      , network      >= 2.6.2.1  && < 2.7
+                      , path         >= 0.5.7    && < 0.6
+                      , transformers >= 0.4.2.0
+                      , utf8-string  >= 1.0.1.1  && < 1.1
   default-language:     Haskell2010
   ghc-options:          -Wall -fno-warn-unused-do-bind
 
@@ -47,18 +47,18 @@
   other-modules:        Network.IRC.DCCTest
                       , Network.IRC.DCC.Internal
   type:                 exitcode-stdio-1.0
-  build-depends:        base >= 4.7 && < 5
-                      , tasty >= 0.11.0.2 && < 0.12
-                      , tasty-hspec >= 1.1.2 && < 1.2
-                      , hspec-attoparsec >= 0.1.0.2 && < 0.2
-                      , attoparsec >= 0.13.0.1 && < 0.14
-                      , binary >= 0.7.5.0 && < 0.8
-                      , bytestring >= 0.10.6.0 && < 0.11
-                      , iproute >= 1.7.0 && < 1.8
-                      , irc-ctcp >= 0.1.3.0 && < 0.2
-                      , network >= 2.6.2.1 && < 2.7
-                      , path >= 0.5.7 && < 0.6
-                      , utf8-string >= 1.0.1.1 && < 1.1
+  build-depends:        base             >= 4.7      && < 5
+                      , tasty            >= 0.11.0.2 && < 0.12
+                      , tasty-hspec      >= 1.1.2    && < 1.2
+                      , hspec-attoparsec >= 0.1.0.2  && < 0.2
+                      , attoparsec       >= 0.13.0.1 && < 0.14
+                      , binary           >= 0.7.5.0
+                      , bytestring       >= 0.10.6.0 && < 0.11
+                      , iproute          >= 1.7.0    && < 1.8
+                      , irc-ctcp         >= 0.1.3.0  && < 0.2
+                      , network          >= 2.6.2.1  && < 2.7
+                      , path             >= 0.5.7    && < 0.6
+                      , utf8-string      >= 1.0.1.1  && < 1.1
   default-language:     Haskell2010
 
 source-repository head
