diff --git a/storable-record.cabal b/storable-record.cabal
--- a/storable-record.cabal
+++ b/storable-record.cabal
@@ -1,5 +1,5 @@
 Name:         storable-record
-Version:      0.0.3
+Version:      0.0.3.1
 Category:     Data, Foreign
 Synopsis:     Elegant definition of Storable instances for records
 Description:
@@ -53,7 +53,7 @@
 Homepage:            http://code.haskell.org/~thielema/storable-record/
 Stability:           Experimental
 Build-Type:          Simple
-Tested-With:         GHC==6.8.2, GHC==6.10.4, GHC==6.12.1
+Tested-With:         GHC==6.8.2, GHC==6.10.4, GHC==6.12.1, GHC==8.0.1
 Cabal-Version:       >=1.6
 
 Source-Repository head
@@ -63,7 +63,7 @@
 Source-Repository this
   Type:     darcs
   Location: http://code.haskell.org/~thielema/storable-record/
-  Tag:      0.0.3
+  Tag:      0.0.3.1
 
 Flag splitBase
   description: Choose the new smaller, split-up base package.
@@ -74,7 +74,7 @@
 
 Library
   Build-Depends:
-    transformers >=0.2 && <0.5,
+    transformers >=0.2 && <0.6,
     utility-ht >=0.0.1 && <0.1
   If flag(splitBase)
     Build-Depends:
@@ -100,7 +100,7 @@
 Executable storable-record-speed
   If flag(buildTests)
     Build-Depends:
-      storablevector >=0.2.7 && <0.2.8,
+      storablevector >=0.2.7 && <0.3,
       timeit >=1.0 && <1.1
   Else
     Buildable: False
