mirror of
https://github.com/typeable/wai.git
synced 2025-01-05 21:14:26 +03:00
579933168d
git-subtree-dir: wai-app-static git-subtree-mainline:44589e3be4
git-subtree-split:4d9f0d5100
8 lines
114 B
Plaintext
Executable File
8 lines
114 B
Plaintext
Executable File
#!/usr/bin/env runhaskell
|
|
|
|
> module Main where
|
|
> import Distribution.Simple
|
|
|
|
> main :: IO ()
|
|
> main = defaultMain
|