themplate-0.1: Setup.hs
{-# OPTIONS_GHC -Wall #-}
module Main (main) where
import Distribution.Simple ( defaultMain )
main :: IO ()
main = defaultMain
{-# OPTIONS_GHC -Wall #-}
module Main (main) where
import Distribution.Simple ( defaultMain )
main :: IO ()
main = defaultMain