diff --git a/secret-sharing.cabal b/secret-sharing.cabal
--- a/secret-sharing.cabal
+++ b/secret-sharing.cabal
@@ -1,5 +1,5 @@
 name:                secret-sharing
-version:             1.0.0.2
+version:             1.0.0.3
 synopsis:            Information-theoretic secure secret sharing 
 description:
  Implementation of an (@m@,@n@)-threshold secret sharing scheme.
@@ -37,7 +37,6 @@
 build-type:          Simple
 cabal-version:       >=1.8
 homepage:            http://monoid.at/code
-tested-with:         GHC==7.8.3
 stability:           experimental
 
 library
@@ -45,7 +44,7 @@
   exposed-modules:   Crypto.SecretSharing
                      Crypto.SecretSharing.Internal
 
-  build-depends:    base ==4.6.*,
+  build-depends:    base >=4.6 && < 5,
                     bytestring ==0.10.*,
                     dice-entropy-conduit >= 1.0.0.0,
                     binary >=0.5.1.1,
