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.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Utility/Notify.hs b/src/Utility/Notify.hs
new file mode 100644
index 0000000..3912314
--- /dev/null
+++ b/src/Utility/Notify.hs
@@ -0,0 +1,6 @@
+module Utility.Notify (sendNotification) where
+
+import Types.Reminder
+
+sendNotification :: Reminder -> IO ()
+sendNotification r = undefined