diff options
author | simonmar <simonmar@microsoft.com> | 2005-10-14 23:11:19 +0000 |
---|---|---|
committer | simonmar <simonmar@microsoft.com> | 2005-10-14 23:11:19 +0000 |
commit | 21c7ac8d714be74903755ed2d6ee3716ab77a727 (patch) | |
tree | 98fe80aceff6746cfbf8eb631a42ef1101198150 /Setup.lhs | |
parent | b2edbedbcf19f9ec187128574f0dba29d3373d41 (diff) |
First cut of Cabal build system
Diffstat (limited to 'Setup.lhs')
-rw-r--r-- | Setup.lhs | 6 |
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} |