aboutsummaryrefslogtreecommitdiff
path: root/Setup.lhs
diff options
context:
space:
mode:
authorsimonmar <simonmar@microsoft.com>2005-10-14 23:11:19 +0000
committersimonmar <simonmar@microsoft.com>2005-10-14 23:11:19 +0000
commit21c7ac8d714be74903755ed2d6ee3716ab77a727 (patch)
tree98fe80aceff6746cfbf8eb631a42ef1101198150 /Setup.lhs
parentb2edbedbcf19f9ec187128574f0dba29d3373d41 (diff)
First cut of Cabal build system
Diffstat (limited to 'Setup.lhs')
-rw-r--r--Setup.lhs6
1 files changed, 6 insertions, 0 deletions
diff --git a/Setup.lhs b/Setup.lhs
new file mode 100644
index 00000000..f0ae773b
--- /dev/null
+++ b/Setup.lhs
@@ -0,0 +1,6 @@
+#!/usr/bin/runhaskell
+
+\begin{code}
+import Distribution.Simple
+main = defaultMain
+\end{code}