Added Setup.lhs

This commit is contained in:
Michael Snoyman 2010-10-05 22:25:25 +02:00
parent c9d0fd57a2
commit 961870e1e9

8
Setup.lhs Executable file
View File

@ -0,0 +1,8 @@
#!/usr/bin/env runhaskell
> module Main where
> import Distribution.Simple
> import System.Cmd (system)
> main :: IO ()
> main = defaultMain