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