5 lines
61 B
Haskell
5 lines
61 B
Haskell
|
import Distribution.Simple
|
||
|
|
||
|
main :: IO ()
|
||
|
main = defaultMain
|