mirror of
https://github.com/typeable/wai.git
synced 2024-12-26 07:35:38 +03:00
6ab2dfe739
git-subtree-dir: wai-extra git-subtree-mainline:ebedc4d083
git-subtree-split:29076d018b
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
|