----------------------------------------------------------------------------- -- -- Module : @ModuleName@ -- Copyright : @Copyright@ -- License : @License@ -- -- Maintainer : @Maintainer@ -- Stability : @Stability@ -- Portability : @Portability@ -- -- | -- ----------------------------------------------------------------------------- module @ModuleName@ ( main ) where import Test.DocTest main :: IO () main = doctest ["-isrc", "src/Main.hs"]