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)
|
return (purchaseDetailAmount pd, productOverviewIdent overview)
|
||||||
)
|
)
|
||||||
boughtItems
|
boughtItems
|
||||||
let messageText = mconcat $ map (<> "\n") $
|
let messageText = mconcat $ map (<> ("\n" :: String)) $
|
||||||
[ printf (__ "Hello %s,") (userDetailsIdent userDetails)
|
[ printf (__ "Hello %s,") (userDetailsIdent userDetails)
|
||||||
, ""
|
, ""
|
||||||
, printf (__ "Your authentication key with the comment \"%s\"\
|
, printf (__ "Your authentication key with the comment \"%s\"\
|
||||||
|
|
Loading…
Reference in a new issue