diff options
| author | bringert <bringert@cs.chalmers.se> | 2007-06-14 16:08:38 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2007-06-14 16:08:38 +0000 |
| commit | a27643baed913b426e055bb5e9924373f0b6db71 (patch) | |
| tree | 20735bc41797e30a0bba4fe72948817ee2147f42 /src/Setup.lhs | |
| parent | 3edaa6098869d660a84cf29e57382b8878ddaa7f (diff) | |
Added a simple cabal build system for the embedded API.
Diffstat (limited to 'src/Setup.lhs')
| -rw-r--r-- | src/Setup.lhs | 8 |
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 |
