diff --git a/rsagl-frp.cabal b/rsagl-frp.cabal
--- a/rsagl-frp.cabal
+++ b/rsagl-frp.cabal
@@ -1,5 +1,5 @@
 name:                rsagl-frp
-version:             0.6.0.0
+version:             0.6.0.1
 license:             BSD3
 license-file:        LICENSE
 author:              Christopher Lane Hinson
@@ -35,12 +35,12 @@
     ghc-prof-options:    -prof -auto-all
 
     build-depends:       base>=4 && <5,
-                         rsagl-math==0.6.0.0,
+                         rsagl-math==0.6.0.1,
                          random>= 1.0.0.2 && < 1.1,
                          old-time>= 1.0.0.3 && < 1.1,
                          array>= 0.3.0.0 && < 0.4,
                          arrows>= 0.4.1.2 && < 0.5,
-                         containers>= 0.3.0.0 && < 0.4,
-                         mtl>= 1.1.0.2 && < 1.2,
-                         stm>= 2.1.1.2 && < 2.2
+                         containers>= 0.3.0.0,
+                         mtl>= 1.1.0.2,
+                         stm>= 2.1.1.2
 
