aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Utility/Notify.hs
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-03-31 18:29:05 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-03-31 18:29:05 +0900
commit7177f951bd942ca7710b669e4b3f43e700d4f2fa (patch)
tree7bf244075e8358609e3df5f5c2cd9d4b80a792b8 /src/Utility/Notify.hs
parent82dee866a4af3db1943c26ead9b9310b2dc5ab4b (diff)
downloadsrem-7177f951bd942ca7710b669e4b3f43e700d4f2fa.tar.gz
fill out more of Main.hs
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