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