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