root / Setup.hs

1
#!/usr/bin/env runhaskell
2
import Distribution.Simple
3
4
main = defaultMain
5