From 961870e1e9ddee44bcb8cb81667236cc8c365f4a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 5 Oct 2010 22:25:25 +0200 Subject: [PATCH] Added Setup.lhs --- Setup.lhs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 Setup.lhs 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