Added missing Setup.lhs

This commit is contained in:
Michael Snoyman 2011-01-19 23:51:20 +02:00
parent 12ccd1d5c9
commit e693cc1d8d

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