diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-12-05 15:48:03 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-12-05 15:48:03 -0400 |
| commit | b816e40e2618a8932144bceb7c7039adc5c44c11 (patch) | |
| tree | d128d9578764bc9b87d728370ffd4bc811e3b4d2 /propellor.cabal | |
| parent | b15dd3010190700bc61a06b1a1d017b0500be28a (diff) | |
Added UncheckedProperty type, along with unchecked to indicate a Property needs its result checked, and checkResult and changesFile to check for changes.
Diffstat (limited to 'propellor.cabal')
| -rw-r--r-- | propellor.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/propellor.cabal b/propellor.cabal index 6ddc6c9d..b59e35dd 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -143,6 +143,7 @@ Library Propellor.Types.OS Propellor.Types.PrivData Propellor.Types.Result + Propellor.Types.ResultCheck Propellor.Types.CmdLine Other-Modules: Propellor.Bootstrap |
