added cabal stubs for mate-common and mate;
[mate.git] / ffi / Setup.lhs
diff --git a/ffi/Setup.lhs b/ffi/Setup.lhs
new file mode 100644 (file)
index 0000000..a630405
--- /dev/null
@@ -0,0 +1,6 @@
+#!/usr/bin/runhaskell 
+> module Main where
+> import Distribution.Simple
+> main :: IO ()
+> main = defaultMain
+