Added Setup.lhs

This commit is contained in:
Michael Snoyman 2011-02-05 20:25:35 +02:00
parent bb0f91e2ba
commit 360885de25

7
Setup.lhs Executable file
View File

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