mirror of
https://github.com/ekmett/speculation.git
synced 2024-11-23 02:41:58 +03:00
8 lines
117 B
Plaintext
8 lines
117 B
Plaintext
#!/usr/bin/runhaskell
|
|
> module Main (main) where
|
|
|
|
> import Distribution.Simple
|
|
|
|
> main :: IO ()
|
|
> main = defaultMain
|