From bad6a8c3e641894c900f195c23092a528853c904 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 18 Nov 2014 15:05:15 -0400 Subject: propellor spin --- src/Propellor/Types.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Propellor/Types.hs') 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) -- cgit v1.2.3