summaryrefslogtreecommitdiff
path: root/src/Setup.lhs
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2007-06-14 16:08:38 +0000
committerbringert <bringert@cs.chalmers.se>2007-06-14 16:08:38 +0000
commita27643baed913b426e055bb5e9924373f0b6db71 (patch)
tree20735bc41797e30a0bba4fe72948817ee2147f42 /src/Setup.lhs
parent3edaa6098869d660a84cf29e57382b8878ddaa7f (diff)
Added a simple cabal build system for the embedded API.
Diffstat (limited to 'src/Setup.lhs')
-rw-r--r--src/Setup.lhs8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Setup.lhs b/src/Setup.lhs
new file mode 100644
index 000000000..e2c31e7ca
--- /dev/null
+++ b/src/Setup.lhs
@@ -0,0 +1,8 @@
+#!/usr/bin/env runghc
+
+> module Main where
+
+> import Distribution.Simple
+
+> main :: IO ()
+> main = defaultMain