yesod/Setup.lhs
2010-10-05 22:25:25 +02:00

9 lines
143 B
Plaintext
Executable File

#!/usr/bin/env runhaskell
> module Main where
> import Distribution.Simple
> import System.Cmd (system)
> main :: IO ()
> main = defaultMain