summaryrefslogtreecommitdiff
path: root/src/Propellor/Types/Result.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Types/Result.hs')
-rw-r--r--src/Propellor/Types/Result.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Types/Result.hs b/src/Propellor/Types/Result.hs
index f552b29b..cc03edd8 100644
--- a/src/Propellor/Types/Result.hs
+++ b/src/Propellor/Types/Result.hs
@@ -18,7 +18,7 @@ instance Sem.Semigroup Result where
instance Monoid Result where
mempty = NoChange
- mappend = (<>)
+ mappend = (Sem.<>)
class ToResult t where
toResult :: t -> Result