6 lines
79 B
Plaintext
6 lines
79 B
Plaintext
#! /usr/bin/env runhaskell
|
|
|
|
> import Distribution.Simple
|
|
> main = defaultMain
|
|
|