aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-04-02 17:43:10 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-04-02 17:43:10 +0900
commit1a3e98dfdbdabbb738dc80071270880b3bffe34b (patch)
tree2527a50ae440bf4db2f3f9f5b174cbbc8c7fbb48
parenta39acf1036ae851e75bef3d5ba83b51d0a5075d3 (diff)
downloadsrem-1a3e98dfdbdabbb738dc80071270880b3bffe34b.tar.gz
testing 'implementation' of sendNotification
-rw-r--r--src/Utility/Notify.hs2
1 files changed, 1 insertions, 1 deletions
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