summaryrefslogtreecommitdiff
path: root/src/Propellor/Types/Docker.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Types/Docker.hs')
-rw-r--r--src/Propellor/Types/Docker.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Propellor/Types/Docker.hs b/src/Propellor/Types/Docker.hs
index 79577591..72703b82 100644
--- a/src/Propellor/Types/Docker.hs
+++ b/src/Propellor/Types/Docker.hs
@@ -6,9 +6,10 @@ import Propellor.Types
import Propellor.Types.Empty
import Propellor.Types.Info
-import Data.Monoid
import qualified Data.Semigroup as Sem
import qualified Data.Map as M
+import Data.Monoid
+import Prelude
data DockerInfo = DockerInfo
{ _dockerRunParams :: [DockerRunParam]