From 12a07368b882f8cc123890e24d738a5b4b90eac3 Mon Sep 17 00:00:00 2001 From: Greg Weber Date: Sun, 26 Sep 2010 20:42:18 -0700 Subject: [PATCH] make hackage happy --- Setup.lhs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 Setup.lhs diff --git a/Setup.lhs b/Setup.lhs new file mode 100755 index 0000000..06e2708 --- /dev/null +++ b/Setup.lhs @@ -0,0 +1,7 @@ +#!/usr/bin/env runhaskell + +> module Main where +> import Distribution.Simple + +> main :: IO () +> main = defaultMain