summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Cmd.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Property/Cmd.hs')
-rw-r--r--src/Propellor/Property/Cmd.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Propellor/Property/Cmd.hs b/src/Propellor/Property/Cmd.hs
index 83414dcb..6da2e643 100644
--- a/src/Propellor/Property/Cmd.hs
+++ b/src/Propellor/Property/Cmd.hs
@@ -44,9 +44,10 @@ module Propellor.Property.Cmd (
waitForProcess,
) where
-import Control.Applicative
import Data.List
import "mtl" Control.Monad.Reader
+import Control.Applicative
+import Prelude
import Propellor.Types
import Propellor.Property