wai-eventsource: Add a Setup.lhs file.
This commit is contained in:
parent
183b640a55
commit
b8b5ec49fb
7
yesod-eventsource/Setup.lhs
Executable file
7
yesod-eventsource/Setup.lhs
Executable file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env runhaskell
|
||||
|
||||
> module Main where
|
||||
> import Distribution.Simple
|
||||
|
||||
> main :: IO ()
|
||||
> main = defaultMain
|
||||
Loading…
Reference in New Issue
Block a user