diff --git a/Data/Digest/Pure/MD5.hs b/Data/Digest/Pure/MD5.hs
--- a/Data/Digest/Pure/MD5.hs
+++ b/Data/Digest/Pure/MD5.hs
@@ -21,7 +21,7 @@
 module Data.Digest.Pure.MD5
 	(
         -- * Types
-         MD5Context
+          MD5Context
         , MD5Digest
         -- * Static data
         , md5InitialContext
diff --git a/pureMD5.cabal b/pureMD5.cabal
--- a/pureMD5.cabal
+++ b/pureMD5.cabal
@@ -1,5 +1,5 @@
 name:		pureMD5
-version:	1.0.0.0
+version:	1.0.0.1
 license:	BSD3
 license-file:	LICENSE
 author:		Thomas DuBuisson <thomas.dubuisson@gmail.com>
@@ -18,9 +18,9 @@
 
 Library
   if flag(small_base)
-    Build-Depends: base >= 3 && < 5, bytestring >= 0.9 && < 0.10, binary >= 0.4.0 && < 0.5.0
+    Build-Depends: base >= 3 && < 5, bytestring >= 0.9 && < 0.10, binary >= 0.4.0 && < 0.6.0
   else
-    Build-Depends: base >= 3, bytestring, binary >= 0.4.0
+    Build-Depends: base >= 3, bytestring, binary >= 0.4.0 && < 0.6.0
   hs-source-dirs:
   exposed-modules: Data.Digest.Pure.MD5
   ghc-options:	-O2 -funfolding-use-threshold66 -funfolding-creation-threshold66 -fexcess-precision -funbox-strict-fields
