diff --git a/Control/Workflow/Patterns.hs b/Control/Workflow/Patterns.hs
--- a/Control/Workflow/Patterns.hs
+++ b/Control/Workflow/Patterns.hs
@@ -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
diff --git a/Workflow.cabal b/Workflow.cabal
--- a/Workflow.cabal
+++ b/Workflow.cabal
@@ -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
