summaryrefslogtreecommitdiff
path: root/src/Propellor/Bootstrap.hs
diff options
context:
space:
mode:
authorJoey Hess2017-07-05 14:03:07 -0400
committerJoey Hess2017-07-05 14:03:07 -0400
commit9d6c50fff28ed5ba7da7fdd2989c7773e357a3c3 (patch)
tree6fba6644518aecd6fedfde5c42fbe01783f37aab /src/Propellor/Bootstrap.hs
parent05b0648e0be87700ecd7ce3a36c966aa96beff7b (diff)
parente77e60604ac908e0895af202e83a47096d60b059 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Bootstrap.hs')
-rw-r--r--src/Propellor/Bootstrap.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Propellor/Bootstrap.hs b/src/Propellor/Bootstrap.hs
index a3b7f315..4b3f2da2 100644
--- a/src/Propellor/Bootstrap.hs
+++ b/src/Propellor/Bootstrap.hs
@@ -3,6 +3,8 @@ module Propellor.Bootstrap (
checkBinaryCommand,
installGitCommand,
buildPropellor,
+ checkDepsCommand,
+ buildCommand,
) where
import Propellor.Base