diff --git a/fltkhs-fluid-examples.cabal b/fltkhs-fluid-examples.cabal
--- a/fltkhs-fluid-examples.cabal
+++ b/fltkhs-fluid-examples.cabal
@@ -1,5 +1,5 @@
 name : fltkhs-fluid-examples
-version : 0.0.0.2
+version : 0.0.0.3
 synopsis : Fltkhs Fluid Examples
 description:
     Examples of using Fluid with FLTKHS
@@ -26,10 +26,10 @@
   Build-Depends:
     base == 4.*,
     bytestring,
-    fltkhs
+    fltkhs >= 0.4.0.0
   default-language: Haskell2010
   default-extensions: FlexibleContexts
-  ghc-Options: -threaded -fcontext-stack=300
+  ghc-Options: -threaded
   if impl(ghc >= 7.10) && flag(FastCompile)
      ghc-Options: -fno-specialise -fmax-simplifier-iterations=0 -fsimplifier-phases=0
   Other-Modules: Radio
@@ -42,10 +42,10 @@
   Build-Depends:
     base == 4.*,
     bytestring,
-    fltkhs
+    fltkhs >= 0.4.0.0
   default-language: Haskell2010
   default-extensions: FlexibleContexts
-  ghc-Options: -threaded -fcontext-stack=300
+  ghc-Options: -threaded
   if impl(ghc >= 7.10) && flag(FastCompile)
      ghc-Options: -fno-specialise -fmax-simplifier-iterations=0 -fsimplifier-phases=0
   Other-Modules: Tabs
@@ -58,10 +58,10 @@
   Build-Depends:
     base == 4.*,
     bytestring,
-    fltkhs
+    fltkhs >= 0.4.0.0
   default-language: Haskell2010
   default-extensions: FlexibleContexts, AllowAmbiguousTypes
-  ghc-Options: -threaded -fcontext-stack=300
+  ghc-Options: -threaded
   if impl(ghc >= 7.10) && flag(FastCompile)
      ghc-Options: -fno-specialise -fmax-simplifier-iterations=0 -fsimplifier-phases=0
   Other-Modules: Valuators
@@ -74,9 +74,9 @@
   Build-Depends:
     base == 4.*,
     bytestring,
-    fltkhs
+    fltkhs >= 0.4.0.0
   default-language: Haskell2010
-  ghc-Options: -threaded -fcontext-stack=300
+  ghc-Options: -threaded
   if impl(ghc >= 7.10) && flag(FastCompile)
      ghc-Options: -fno-specialise -fmax-simplifier-iterations=0 -fsimplifier-phases=0
   Other-Modules: Inactive
@@ -89,9 +89,9 @@
   Build-Depends:
     base == 4.*,
     bytestring,
-    fltkhs
+    fltkhs >= 0.4.0.0
   default-language: Haskell2010
-  ghc-Options: -threaded -fcontext-stack=300
+  ghc-Options: -threaded
   if impl(ghc >= 7.10) && flag(FastCompile)
      ghc-Options: -fno-specialise -fmax-simplifier-iterations=0 -fsimplifier-phases=0
   Other-Modules: FastSlow
@@ -104,9 +104,9 @@
   Build-Depends:
     base == 4.*,
     bytestring,
-    fltkhs
+    fltkhs >= 0.4.0.0
   default-language: Haskell2010
-  ghc-Options: -threaded -fcontext-stack=300
+  ghc-Options: -threaded
   if impl(ghc >= 7.10) && flag(FastCompile)
      ghc-Options: -fno-specialise -fmax-simplifier-iterations=0 -fsimplifier-phases=0
   Other-Modules:
