diff --git a/stripe-haskell.cabal b/stripe-haskell.cabal
--- a/stripe-haskell.cabal
+++ b/stripe-haskell.cabal
@@ -1,5 +1,5 @@
 name:                stripe-haskell
-version:             0.1.0.4
+version:             0.1.0.5
 synopsis:            Stripe API for Haskell
 license:             MIT
 license-file:        LICENSE
@@ -113,7 +113,7 @@
                     , bytestring
                     , either
                     , hspec >= 1.11.4
-                    , random >= 1.1
+                    , random
                     , stripe-haskell
                     , text
                     , time
@@ -131,7 +131,7 @@
                      , http-streams
                      , io-streams
                      , mtl >= 2.1.3.1
-                     , random >= 1.1
+                     , random
                      , text
                      , time
                      , transformers
