diff --git a/murmur3.cabal b/murmur3.cabal
--- a/murmur3.cabal
+++ b/murmur3.cabal
@@ -1,5 +1,5 @@
 name:                  murmur3
-version:               1.0.2
+version:               1.0.3
 synopsis:              
     Pure Haskell implementation of the MurmurHash3 x86_32 algorithm.
 description:
@@ -25,9 +25,9 @@
 library
     exposed-modules:   Data.Hash.Murmur
 
-    build-depends: base                     >= 4.6        && < 5 
-                 , bytestring               >= 0.10       && < 0.11 
-                 , cereal                   >= 0.5.1      && < 0.5.3
+    build-depends: base                     >= 4.6 && < 5 
+                 , bytestring               >= 0.10       
+                 , cereal                   >= 0.5.1      
 
     ghc-options: -Wall
 
@@ -37,15 +37,15 @@
 
     other-modules: Data.Hash.Murmur.Units
 
-    build-depends: base                           >= 4.6        && < 5 
-                 , base16-bytestring              >= 0.1        && < 1.2
-                 , bytestring                     >= 0.10       && < 0.11 
+    build-depends: base                           >= 4.6 && < 5 
+                 , base16-bytestring              >= 0.1
+                 , bytestring                     >= 0.10
                  , murmur3
-                 , HUnit                          >= 1.2        && < 1.4
-                 , QuickCheck                     >= 2.6        && < 2.9
-                 , test-framework                 >= 0.8        && < 0.9 
-                 , test-framework-quickcheck2     >= 0.3        && < 0.4 
-                 , test-framework-hunit           >= 0.3        && < 0.4 
+                 , HUnit                          >= 1.2
+                 , QuickCheck                     >= 2.6
+                 , test-framework                 >= 0.8
+                 , test-framework-quickcheck2     >= 0.3
+                 , test-framework-hunit           >= 0.3
 
     ghc-options: -Wall 
     hs-source-dirs: tests
