summaryrefslogtreecommitdiff
path: root/src/Propellor/Types/Dns.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Types/Dns.hs')
-rw-r--r--src/Propellor/Types/Dns.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Types/Dns.hs b/src/Propellor/Types/Dns.hs
index 21a4860c..30302a7d 100644
--- a/src/Propellor/Types/Dns.hs
+++ b/src/Propellor/Types/Dns.hs
@@ -194,7 +194,7 @@ instance Sem.Semigroup NamedConfMap where
instance Monoid NamedConfMap where
mempty = NamedConfMap M.empty
- mappend = (<>)
+ mappend = (Sem.<>)
instance Empty NamedConfMap where
isEmpty (NamedConfMap m) = isEmpty m