3 lines
76 B
Text
3 lines
76 B
Text
#!/usr/bin/env runhaskell
|
|
> import Distribution.Simple
|
|
> main = defaultMain
|