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