Added a simple cabal build system for the embedded API.

This commit is contained in:
bringert
2007-06-14 16:08:38 +00:00
parent 630cf47eeb
commit 5c5c8d81c9
2 changed files with 171 additions and 0 deletions

8
src/Setup.lhs Normal file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env runghc
> module Main where
> import Distribution.Simple
> main :: IO ()
> main = defaultMain