#!/usr/bin/env runghc \begin{code} module Main where import Distribution.Simple main :: IO () main = defaultMain \end{code}