{- | Module : $module Description : Entrypoint of the application. Author : $author Copyright : $copyright License : $license Maintainer : $maintainer Stability : $stability Portability : $portability The 'Main' module is the entrypoint of the application. -} module Main ( main ) where main :: IO () main = return ()