From 7066aee458338e4a12159e0948c8c6ca82df9d50 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Tue, 13 Jan 2009 15:44:15 +0000 Subject: [PATCH] Added a simple Setup file to use to run the Polyplate cabal script --- polyplate/Setup.lhs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 polyplate/Setup.lhs diff --git a/polyplate/Setup.lhs b/polyplate/Setup.lhs new file mode 100644 index 0000000..4b19c19 --- /dev/null +++ b/polyplate/Setup.lhs @@ -0,0 +1,5 @@ +#! /usr/bin/env runhaskell + +> import Distribution.Simple +> main = defaultMain +