aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Utility/Notify.hs
blob: 3912314fcff92caae939e4bc82791ac1eb220d5e (plain)
1
2
3
4
5
6
module Utility.Notify (sendNotification) where

import Types.Reminder

sendNotification   :: Reminder -> IO ()
sendNotification r = undefined