diff options
Diffstat (limited to '')
-rw-r--r-- | Setup.hs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Setup.hs b/Setup.hs new file mode 100644 index 0000000..14a7f90 --- /dev/null +++ b/Setup.hs @@ -0,0 +1,5 @@ +#!/usr/bin/env runhaskell + +import Distribution.Simple + +main = defaultMain |