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.6
+Version:       0.1.0.7
 Cabal-Version: >= 1.8
 Build-Type:    Simple
 License:       BSD3
@@ -10,7 +10,7 @@
 Maintainer:    wolfgang-it@jeltsch.info
 Stability:     provisional
 Homepage:      https://grapefruit-project.org/
-Package-URL:   https://hackage.haskell.org/package/grapefruit-frp-0.1.0.6/grapefruit-frp-0.1.0.6.tar.gz
+Package-URL:   https://hackage.haskell.org/package/grapefruit-frp-0.1.0.7/grapefruit-frp-0.1.0.7.tar.gz
 Synopsis:      Functional Reactive Programming core
 Description:   Grapefruit is a library for Functional Reactive Programming (FRP)
                with a focus on user interfaces. FRP makes it possible to
@@ -21,7 +21,7 @@
                This package contains general support for Functional Reactive
                Programming.
 Category:      FRP, Reactivity
-Tested-With:   GHC == 8.0.1
+Tested-With:   GHC == 7.10.3, GHC == 8.0.1
 
 Source-Repository head
     Type:     darcs
@@ -30,12 +30,12 @@
 Source-Repository this
     Type:     darcs
     Location: http://hub.darcs.net/jeltsch/grapefruit
-    Tag:      grapefruit-0.1.0.6
+    Tag:      grapefruit-0.1.0.7
 
 Library
     Build-Depends:   arrows      >= 0.2 && < 0.5,
                      base        >= 3.0 && < 5,
-                     containers  >= 0.1 && < 0.6,
+                     containers  >= 0.1 && < 0.7,
                      fingertree  >= 0.0 && < 0.2,
                      semigroups  >= 0.8 && < 0.19,
                      TypeCompose >= 0.3 && < 0.10
