From ef4a519e1995fe575642ff9a3bb8cb1ba3c5e06d Mon Sep 17 00:00:00 2001 From: Joscha Date: Tue, 11 Sep 2018 20:36:33 +0000 Subject: [PATCH] Export Parser too --- src/TaskMachine/Todotxt.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/TaskMachine/Todotxt.hs b/src/TaskMachine/Todotxt.hs index fd1b9e8..d6c6337 100644 --- a/src/TaskMachine/Todotxt.hs +++ b/src/TaskMachine/Todotxt.hs @@ -15,6 +15,7 @@ module TaskMachine.Todotxt , priorityToChar , charToPriority -- * Parsing + , Parser , task , tasks , day