According to the [implementation](https://hackage.haskell.org/package/shake-0.19.7/docs/src/Development.Shake.Internal.Core.Rules.html#versioned),when adding `version 0 $ <original rule>`,rebuilding won't be triggers. However, doc of `versioned` doesn't mention that. Maybe the doc is needed to be updated?