git-subtree-dir: yesod-auth git-subtree-mainline:a7df7531dcgit-subtree-split:fe498e3dac
9 lines
143 B
Plaintext
Executable File
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
|