mirror of
https://github.com/typeable/wai.git
synced 2025-01-05 21:14:26 +03:00
8 lines
114 B
Plaintext
8 lines
114 B
Plaintext
|
#!/usr/bin/env runhaskell
|
||
|
|
||
|
> module Main where
|
||
|
> import Distribution.Simple
|
||
|
|
||
|
> main :: IO ()
|
||
|
> main = defaultMain
|