aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Utility/EventCache.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Utility/EventCache.hs')
-rw-r--r--src/Utility/EventCache.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Utility/EventCache.hs b/src/Utility/EventCache.hs
index 6b49bba..58cd2c0 100644
--- a/src/Utility/EventCache.hs
+++ b/src/Utility/EventCache.hs
@@ -62,8 +62,8 @@ readManualEventCache = do
-- #### Internal functions
-readEventsCSV :: FilePath -> IO [Reminder]
-readEventsCSV = undefined
+readEventsCSV :: FilePath -> IO [Reminder]
+readEventsCSV f = readFile f >>= return . parseEventsCSV
parseEventsCSV :: String -> [Reminder]
parseEventsCSV = undefined