diff --git a/grapefruit-frp.cabal b/grapefruit-frp.cabal
--- a/grapefruit-frp.cabal
+++ b/grapefruit-frp.cabal
@@ -1,5 +1,5 @@
 Name:          grapefruit-frp
-Version:       0.1.0.2
+Version:       0.1.0.3
 Cabal-Version: >= 1.6
 Build-Type:    Simple
 License:       BSD3
@@ -19,7 +19,7 @@
                .
                This package contains general support for Functional Reactive Programming.
 Category:      FRP, Reactivity
-Tested-With:   GHC == 7.4.1
+Tested-With:   GHC == 7.6.1
 
 Source-Repository this
     type:     darcs
@@ -29,10 +29,10 @@
 Library
     Build-Depends:   arrows      >= 0.2 && < 0.5,
                      base        >= 3.0 && < 5,
-                     containers  >= 0.1 && < 0.5,
+                     containers  >= 0.1 && < 0.6,
                      fingertree  >= 0.0 && < 0.1,
                      semigroups  >= 0.8 && < 0.9,
-                     TypeCompose >= 0.3 && < 0.9
+                     TypeCompose >= 0.3 && < 0.10
     Extensions:      Arrows
                      EmptyDataDecls
                      FlexibleContexts
