diff --git a/Setup.lhs b/Setup.lhs new file mode 100755 index 00000000..1bc517f6 --- /dev/null +++ b/Setup.lhs @@ -0,0 +1,8 @@ +#!/usr/bin/env runhaskell + +> module Main where +> import Distribution.Simple +> import System.Cmd (system) + +> main :: IO () +> main = defaultMain