diff options
author | Joris | 2015-11-22 01:56:20 +0100 |
---|---|---|
committer | Joris | 2015-11-22 01:56:20 +0100 |
commit | b977bb5ba3d5ad8f8008aa4ceb60d1f988a82a0a (patch) | |
tree | b27b15ea4ea6e7f983259d9c9708ac200e562251 /src/Main.hs | |
parent | 5375ad26dd78220185f1ffe05222250c06dc1a0c (diff) |
Generate a mail that contains both birthdays today and birthdays next week
Diffstat (limited to 'src/Main.hs')
-rw-r--r-- | src/Main.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Main.hs b/src/Main.hs index e3bd0ce..b2b0408 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -23,5 +23,4 @@ main = do (_, Left err) -> RenderError.config err (Right birthdates, Right config) -> do - Notification.today birthdates config - Notification.nextWeek birthdates config + Notification.todayAndNextWeek birthdates config |