summaryrefslogtreecommitdiff
path: root/src/Propellor/Protocol.hs
diff options
context:
space:
mode:
authorJoey Hess2015-10-10 14:45:00 -0400
committerJoey Hess2015-10-10 14:45:00 -0400
commit28fe270223ed56ef8e7fd867573b5ba6a5a221c7 (patch)
tree4eed19a158af0e63c6028f91cb479a51b181ece1 /src/Propellor/Protocol.hs
parent8bb64dd37de63e2d86428bb3d707b1aef287e172 (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Protocol.hs')
-rw-r--r--src/Propellor/Protocol.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Protocol.hs b/src/Propellor/Protocol.hs
index b6d38d06..e90155f3 100644
--- a/src/Propellor/Protocol.hs
+++ b/src/Propellor/Protocol.hs
@@ -11,7 +11,7 @@ module Propellor.Protocol where
import Data.List
-import Propellor
+import Propellor.Base
data Stage = NeedGitClone | NeedRepoUrl | NeedPrivData | NeedGitPush | NeedPrecompiled
deriving (Read, Show, Eq)