diff options
Diffstat (limited to 'src/Propellor/Property/Ccache.hs')
| -rw-r--r-- | src/Propellor/Property/Ccache.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Ccache.hs b/src/Propellor/Property/Ccache.hs index ebc21b88..ea729b7c 100644 --- a/src/Propellor/Property/Ccache.hs +++ b/src/Propellor/Property/Ccache.hs @@ -31,7 +31,7 @@ instance Sem.Semigroup Limit where instance Monoid Limit where mempty = NoLimit - mappend = (<>) + mappend = (Sem.<>) -- | A string that will be parsed to get a data size. -- |
