summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Cmd.hs
diff options
context:
space:
mode:
authorJoey Hess2017-04-09 15:00:33 -0400
committerJoey Hess2017-04-09 15:00:48 -0400
commit4ba09ab6844cc3fc3e94856da22190555b697193 (patch)
tree05e4bede709b56c79ca36e2c942a817415b20a59 /src/Propellor/Property/Cmd.hs
parentb61b77941f3774e6d7373bab9607b70f4acbd7e0 (diff)
added Propellor.Property.Bootstrap (untested)
This commit was sponsored by Jake Vosloo on Patreon.
Diffstat (limited to 'src/Propellor/Property/Cmd.hs')
-rw-r--r--src/Propellor/Property/Cmd.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/Cmd.hs b/src/Propellor/Property/Cmd.hs
index 6b84acb5..f2de1a27 100644
--- a/src/Propellor/Property/Cmd.hs
+++ b/src/Propellor/Property/Cmd.hs
@@ -33,6 +33,7 @@ module Propellor.Property.Cmd (
Script,
scriptProperty,
userScriptProperty,
+ cmdResult,
-- * Lower-level interface for running commands
CommandParam(..),
boolSystem,