Use own task format

This commit is contained in:
Joscha 2018-09-17 21:48:03 +00:00
parent ea87567455
commit 6fd0814057
12 changed files with 260 additions and 749 deletions

View file

@ -1,5 +1,6 @@
module Main where
{-
import Control.Applicative
import Control.Monad
@ -35,3 +36,7 @@ main = do
case result of
Left parseError -> putStrLn parseError
Right tasks -> void $ B.defaultMain (myApp defaultTheme) (startUIState tasks)
-}
main :: IO ()
main = putStrLn "Hello world again"