#!/usr/bin/runhaskell

\begin{code}
import Distribution.Simple
main = defaultMain
\end{code}