Use own task format
This commit is contained in:
parent
ea87567455
commit
6fd0814057
12 changed files with 260 additions and 749 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue