#!/usr/bin/runhugs -98

> module Main where

> import Distribution.Simple

> main :: IO ()
> main = defaultMain
