packages feed

MFlow 0.3.0.1 → 0.3.0.2

raw patch · 2 files changed

+17/−16 lines, 2 filesdep −MFlowdep −hamletdep ~basedep ~containersdep ~stmPVP ok

version bump matches the API change (PVP)

Dependencies removed: MFlow, hamlet

Dependency ranges changed: base, containers, stm

API changes (from Hackage documentation)

Files

Demos/demos-blaze.hs view
@@ -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
MFlow.cabal view
@@ -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