yi-0.10.0: src/executable/Main.hs
-- | "Real" Frontend to the static binary. module Main (main) where import Yi.Boot (yiDriver) import Yi.Config.Default (defaultConfig) main :: IO () main = yiDriver defaultConfig
-- | "Real" Frontend to the static binary. module Main (main) where import Yi.Boot (yiDriver) import Yi.Config.Default (defaultConfig) main :: IO () main = yiDriver defaultConfig