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

import Types.Reminder

sendNotification   :: Reminder -> IO ()
sendNotification r = putStrLn $ show r