diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-22 12:13:41 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-22 12:13:41 -0400 |
| commit | 7cbf4841de39761953cf31d32ed86bb4bd949672 (patch) | |
| tree | 3d8bb9ecd83a24494a40de5211a10f19036a2949 /src/Propellor/Protocol.hs | |
| parent | 557fab609175d7d0a59ffe1269fed02f49f8004e (diff) | |
| parent | 57ec60d6f307dbf3e237b924e635b90ba889af18 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Protocol.hs')
| -rw-r--r-- | src/Propellor/Protocol.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Protocol.hs b/src/Propellor/Protocol.hs index 68c2443b..95a671bc 100644 --- a/src/Propellor/Protocol.hs +++ b/src/Propellor/Protocol.hs @@ -13,7 +13,7 @@ import Data.List import Propellor -data Stage = NeedGitClone | NeedRepoUrl | NeedPrivData | NeedGitPush +data Stage = NeedGitClone | NeedRepoUrl | NeedPrivData | NeedGitPush | NeedPrecompiled deriving (Read, Show, Eq) type Marker = String |
