mirror of
https://github.com/typeable/wai.git
synced 2025-01-07 14:51:40 +03:00
e1388d9821
git-subtree-dir: wai-handler-webkit git-subtree-mainline:6ab2dfe739
git-subtree-split:e87dcae124
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
|