diff options
Diffstat (limited to 'src/Propellor/Property/Installer')
| -rw-r--r-- | src/Propellor/Property/Installer/Target.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Installer/Target.hs b/src/Propellor/Property/Installer/Target.hs index 54e9075e..8c865143 100644 --- a/src/Propellor/Property/Installer/Target.hs +++ b/src/Propellor/Property/Installer/Target.hs @@ -444,7 +444,7 @@ instance Sem.Semigroup TargetFilled where instance Monoid TargetFilled where mempty = TargetFilled (0 % 1) - mappend = (<>) + mappend = (Sem.<>) newtype TargetFilledHandle = TargetFilledHandle Integer |
