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.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Types/Docker.hs b/src/Propellor/Types/Docker.hs
index 72703b82..2cd72af2 100644
--- a/src/Propellor/Types/Docker.hs
+++ b/src/Propellor/Types/Docker.hs
@@ -28,7 +28,7 @@ instance Sem.Semigroup DockerInfo where
instance Monoid DockerInfo where
mempty = DockerInfo mempty mempty
- mappend = (<>)
+ mappend = (Sem.<>)
instance Empty DockerInfo where
isEmpty i = and