diff --git a/Demos/demos-blaze.hs b/Demos/demos-blaze.hs
--- a/Demos/demos-blaze.hs
+++ b/Demos/demos-blaze.hs
@@ -30,9 +30,8 @@
    setAdminUser "admin" "admin"
    syncWrite SyncManual
    setFilesPath ""
-   addMessageFlows  [("shop", runFlow shopCart),("",transient $ runFlow mainmenu)]
-   wait $ run 80 waiMessageFlow
---   runNavigation "" $  transientNav mainmenu
+   addMessageFlows  [("shop", runFlow shopCart)]
+   runNavigation "" $  transientNav mainmenu
 
 attr= fromString
 text = toMarkup
diff --git a/MFlow.cabal b/MFlow.cabal
--- a/MFlow.cabal
+++ b/MFlow.cabal
@@ -1,5 +1,5 @@
 name: MFlow
-version: 0.3.0.1
+version: 0.3.0.2
 cabal-version: >=1.8
 build-type: Simple
 license: BSD3
@@ -66,7 +66,9 @@
              -Clustering
              .
              -Automatic error traces
-             .
+             .
+             In this release I commented out the build of the demo/test program.
+            
 category: Web, Application Server
 author: Alberto Gómez Corona
 data-dir: ""
@@ -105,14 +107,14 @@
     buildable: True
     hs-source-dirs: src .
 
-executable demos-blaze
-    build-depends: MFlow -any, RefSerialize -any, TCache -any, directory -any,
-                   Workflow -any, base -any, blaze-html -any, bytestring -any,
-                   containers == 0.4.2.1, mtl -any, old-time -any, stm -any,
-                   text -any, transformers -any, vector -any,  hamlet -any
-    main-is: "demos-blaze.hs"
-    ghc-options:
-        -threaded
-        -rtsopts
-    buildable: True
-    hs-source-dirs: Demos
+-- executable demos-blaze
+--    build-depends: MFlow -any, RefSerialize -any, TCache -any, directory -any,
+--                   Workflow -any, base -any, blaze-html -any, bytestring -any,
+--                   containers -any, mtl -any, old-time -any, stm -any,
+--                   text -any, transformers -any, vector -any,  hamlet -any
+--    main-is: "demos-blaze.hs"
+--    ghc-options:
+--        -threaded
+--        -rtsopts
+--    buildable: True
+--    hs-source-dirs: Demos
