wai-eventsource: Add a Setup.lhs file.

This commit is contained in:
Felipe Lessa 2012-08-19 14:59:16 -03:00
parent 183b640a55
commit b8b5ec49fb

7
yesod-eventsource/Setup.lhs Executable file
View File

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