From a27643baed913b426e055bb5e9924373f0b6db71 Mon Sep 17 00:00:00 2001 From: bringert Date: Thu, 14 Jun 2007 16:08:38 +0000 Subject: Added a simple cabal build system for the embedded API. --- src/Setup.lhs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/Setup.lhs (limited to 'src/Setup.lhs') 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 -- cgit v1.2.3