use strict version of map
This commit is contained in:
parent
e5b4d447b6
commit
d356069f3e
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ updateAlertMap a = notifyAlert `after` modifyDaemonStatus_ update
|
|||
where
|
||||
update s =
|
||||
let !m = a (alertMap s)
|
||||
in s { alertMap = a (alertMap s) }
|
||||
in s { alertMap = m }
|
||||
|
||||
{- Displays an alert while performing an activity that returns True on
|
||||
- success.
|
||||
|
|
Loading…
Add table
Reference in a new issue