1#!/usr/bin/env runhaskell
2
3> module Main where
4> import Distribution.Simple
5
6> main :: IO ()
7> main = defaultMain
8