aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Utility/Notify.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Utility/Notify.hs')
-rw-r--r--src/Utility/Notify.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Utility/Notify.hs b/src/Utility/Notify.hs
index 3912314..69bdb0c 100644
--- a/src/Utility/Notify.hs
+++ b/src/Utility/Notify.hs
@@ -3,4 +3,4 @@ module Utility.Notify (sendNotification) where
import Types.Reminder
sendNotification :: Reminder -> IO ()
-sendNotification r = undefined
+sendNotification r = putStrLn $ show r