Add a simple Setup.hs

This commit is contained in:
Andrew Miller 2012-12-20 23:06:35 +13:00
parent 126fce396a
commit af7fa567c8

5
Setup.hs Normal file
View File

@ -0,0 +1,5 @@
#!/usr/bin/runhaskell
import Distribution.Simple
main = defaultMainWithHooks simpleUserHooks