#!/usr/local/bin/runhaskell

> module Main where
> import Distribution.Simple (defaultMain)
> main = defaultMain

