diff --git a/bmp.cabal b/bmp.cabal
--- a/bmp.cabal
+++ b/bmp.cabal
@@ -1,5 +1,5 @@
 Name:                bmp
-Version:             1.0.0.0
+Version:             1.0.0.1
 License:             MIT
 License-file:        LICENSE
 Author:              Ben Lippmeier
@@ -22,8 +22,7 @@
   Build-Depends: 
         base                 >= 4       && < 5,
         bytestring           >= 0.9.1.5 && < 1.0.0.0,
-        binary               >= 0.5.0.2 && < 0.6.0.0,
-        QuickCheck           >= 2.1.0.3 && < 2.2.0.0
+        binary               >= 0.5.0.2 && < 0.6.0.0
 
   ghc-options:
         -Wall -fno-warn-missing-signatures -fno-warn-missing-fields
