diff --git a/threadscope.cabal b/threadscope.cabal
--- a/threadscope.cabal
+++ b/threadscope.cabal
@@ -1,5 +1,5 @@
 Name:                threadscope
-Version:             0.2.11
+Version:             0.2.11.1
 Category:            Development, Profiling, Trace
 Synopsis:            A graphical tool for profiling parallel Haskell programs.
 Description:         ThreadScope is a graphical viewer for thread profile
@@ -55,8 +55,8 @@
                      array < 0.6,
                      mtl < 2.3,
                      filepath < 1.5,
-                     ghc-events >= 0.5 && < 0.8,
-                     containers >= 0.2 && < 0.6,
+                     ghc-events >= 0.5 && < 0.9,
+                     containers >= 0.2 && < 0.7,
                      deepseq >= 1.1,
                      text < 1.3,
                      time >= 1.1 && < 1.10,
