language
This commit is contained in:
parent
1ea376cf10
commit
512137a4d9
|
@ -54,7 +54,7 @@ onChange = combineWith $ \p hook -> do
|
||||||
return $ r <> r'
|
return $ r <> r'
|
||||||
_ -> return r
|
_ -> return r
|
||||||
|
|
||||||
-- | Same than `onChange` except that if property y fails, a flag file
|
-- | Same as `onChange` except that if property y fails, a flag file
|
||||||
-- is generated. On next run, if the flag file is present, property y
|
-- is generated. On next run, if the flag file is present, property y
|
||||||
-- is executed even if property x doesn't change.
|
-- is executed even if property x doesn't change.
|
||||||
--
|
--
|
||||||
|
|
Loading…
Reference in New Issue