diff --git a/damnpacket.cabal b/damnpacket.cabal
--- a/damnpacket.cabal
+++ b/damnpacket.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                damnpacket
-version:             0.1.1
+version:             0.1.2
 synopsis:            Parsing dAmn packets
 license:             MIT
 license-file:        LICENSE
@@ -18,7 +18,7 @@
   other-modules:    Text.Damn.Packet.Internal
                     Text.Damn.Packet.Parser
   build-depends:    base       >= 4.4  && < 4.8
-                  , attoparsec >= 0.10
+                  , attoparsec >= 0.10.4
                   , containers >= 0.4
                   , deepseq    >= 1.3
                   , text       >= 0.11
