fix ambiguous type
This commit is contained in:
parent
4285fe685a
commit
11894661d8
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ userNotify (Just (auid, method)) boughtItems (PurchaseResult flag missing) = do
|
|||
return (purchaseDetailAmount pd, productOverviewIdent overview)
|
||||
)
|
||||
boughtItems
|
||||
let messageText = mconcat $ map (<> "\n") $
|
||||
let messageText = mconcat $ map (<> ("\n" :: String)) $
|
||||
[ printf (__ "Hello %s,") (userDetailsIdent userDetails)
|
||||
, ""
|
||||
, printf (__ "Your authentication key with the comment \"%s\"\
|
||||
|
|
Loading…
Reference in a new issue