Workflow 0.7.0.0 → 0.7.0.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Control/Workflow/Patterns.hs +1/−1
- Workflow.cabal +1/−1
Control/Workflow/Patterns.hs view
@@ -17,7 +17,7 @@ the booleans are summed up according with a monoid instance (sumUp) if the resullt is false, the correctWF workflow is executed-If the result is True, the pipeline continues to the next stage (checkValidated)+If the result is True, the pipeline continues to the next stage (`checkValidated`) the next stage is the same process with a new list of users (superbosses). There is a timeout of seven days. The result of the users that voted is summed
Workflow.cabal view
@@ -1,5 +1,5 @@ name: Workflow-version: 0.7.0.0+version: 0.7.0.1 cabal-version: >= 1.6 build-type: Simple license: BSD3