5 lines
74 B
Haskell
5 lines
74 B
Haskell
#!/usr/bin/env runhaskell
|
|
|
|
import Distribution.Simple
|
|
|
|
main = defaultMain
|