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 +