diff --git a/entropy.cabal b/entropy.cabal
--- a/entropy.cabal
+++ b/entropy.cabal
@@ -1,5 +1,5 @@
 name:           entropy
-version:        0.3.4
+version:        0.3.4.1
 description:    A platform independent method to obtain cryptographically strong entropy 
                 (RDRAND when available anywhere, urandom on nix, CryptAPI on Windows, patches welcome).
                 Users looking for cryptographically strong (number-theoretically
@@ -18,7 +18,7 @@
 -- ^^ Used for HaLVM
 build-type:        Custom
 -- ^^ Test for RDRAND support using 'ghc'
-cabal-version:  >=1.17
+cabal-version:  >=1.10
 tested-with:    GHC == 7.8.2
 -- data-files:
 extra-source-files:   ./cbits/rdrand.c, ./cbits/rdrand.h, README.md
