diff --git a/delimited-text.cabal b/delimited-text.cabal
--- a/delimited-text.cabal
+++ b/delimited-text.cabal
@@ -1,5 +1,5 @@
 name:               delimited-text
-version:            0.0.1
+version:            0.0.2
 synopsis:           Parse character delimited textual data
 description:        Parse character delimited textual data
 license:            BSD3
@@ -19,11 +19,10 @@
   other-modules:    Text.Delimited.ByteString.Lazy
                     Text.Delimited.Types
                     
-  build-depends:    array,
-                    base >= 3,
-                    binary >= 0.4,
+  build-depends:    base >= 3,
+                    binary == 0.4.3.1,
                     bytestring,
-                    attoparsec >= 0.5,
-                    bytestring-show >= 0.2
+                    attoparsec == 0.5.1,
+                    bytestring-show == 0.2.1
 
   ghc-options:      -O2 -funbox-strict-fields 
