summaryrefslogtreecommitdiff
path: root/src/Propellor/Types.hs
diff options
context:
space:
mode:
authorJoey Hess2014-11-18 15:05:15 -0400
committerJoey Hess2014-11-18 15:05:15 -0400
commitbad6a8c3e641894c900f195c23092a528853c904 (patch)
tree5fbae1c0afb97a2ecf41ffb68facd73f072a4536 /src/Propellor/Types.hs
parent38fc71077dd774fc4078993daacfd836bad55fdc (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Types.hs')
-rw-r--r--src/Propellor/Types.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Propellor/Types.hs b/src/Propellor/Types.hs
index cf16099a..72ccd228 100644
--- a/src/Propellor/Types.hs
+++ b/src/Propellor/Types.hs
@@ -28,6 +28,7 @@ module Propellor.Types
import Data.Monoid
import Control.Applicative
import System.Console.ANSI
+import System.Posix.Types
import "mtl" Control.Monad.Reader
import "MonadCatchIO-transformers" Control.Monad.CatchIO
@@ -146,4 +147,5 @@ data CmdLine
| Chain HostName
| Boot HostName
| Docker HostName
+ | GitPush Fd Fd
deriving (Read, Show, Eq)