diff --git a/saltine.cabal b/saltine.cabal
--- a/saltine.cabal
+++ b/saltine.cabal
@@ -1,5 +1,5 @@
 name:                saltine
-version:             0.0.0.3
+version:             0.0.0.4
 synopsis:            Cryptography that's easy to digest (NaCl/libsodium bindings).
 description:
 
@@ -27,7 +27,7 @@
 category:            Cryptography
 build-type:          Simple
 cabal-version:       >=1.10
-tested-with:         GHC==7.6.3
+tested-with:         GHC==7.6.3, GHC==7.8.4, GHC==7.10.1
 
 source-repository head
   type: git
@@ -53,11 +53,11 @@
   cc-options:         -Wall
   ghc-options:        -Wall -funbox-strict-fields
   default-language:   Haskell2010
-  build-depends:       
-    base >= 4.5 && < 4.8,
+  build-depends:
+    base >= 4.5 && < 5,
     bytestring,
     profunctors
-    
+
 test-suite tests
   type:    exitcode-stdio-1.0
   main-is: Main.hs
@@ -74,7 +74,7 @@
   hs-source-dirs: tests
   default-language: Haskell2010
   build-depends:
-    base >= 4.5 && < 4.8,
+    base >= 4.5 && < 5,
     saltine,
     bytestring,
     vector,
