#!/usr/local/bin/runghc

> module Main where

> import Distribution.Simple

> main :: IO ()
> main = defaultMainWithHooks defaultUserHooks
