headergen-0.2.0.0: share/haskell/main.template
{- |
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 ()