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