From 1a3e98dfdbdabbb738dc80071270880b3bffe34b Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 2 Apr 2015 17:43:10 +0900 Subject: testing 'implementation' of sendNotification --- src/Utility/Notify.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3