HEADS UP: First go at cabalising hs-plugins build system. Bugs have been introduced though

This commit is contained in:
Don Stewart
2005-08-18 05:03:08 +00:00
parent fcbbc78a28
commit e568f1f6bf
52 changed files with 453 additions and 1197 deletions

View File

@ -8,6 +8,9 @@ apipath = "../api"
main = do
status <- makeWith conf stub ["-i"++apipath]
print status
return ()
{-
o <- case status of
MakeFailure e -> mapM_ putStrLn e >> error "failed"
MakeSuccess _ o -> return o
@ -20,3 +23,4 @@ main = do
putStrLn user_editor
makeCleaner o
-}