hell-2.1: src/main/Main.hs
-- | A sample Hell configuration. module Main where import Hell.Shell -- | Main entry point. main :: IO () main = startHell def
-- | A sample Hell configuration. module Main where import Hell.Shell -- | Main entry point. main :: IO () main = startHell def