diff --git a/Randometer.cabal b/Randometer.cabal
--- a/Randometer.cabal
+++ b/Randometer.cabal
@@ -1,5 +1,5 @@
 name:                Randometer
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Randomness intuition trainer
 homepage:            http://github.com/Soares/Randometer.hs
 license:             MIT
@@ -14,5 +14,5 @@
 executable randometer
   main-is:             randometer.hs
   other-extensions:    OverloadedStrings
-  build-depends:       base >=4.6 && <4.7, random-fu >=0.2 && <0.3
+  build-depends:       base >=4.7 && <5, random-fu >=0.2 && <0.3
   default-language:    Haskell2010
