HEADS UP: First go at cabalising hs-plugins build system. Bugs have been introduced though
This commit is contained in:
@ -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
|
||||
|
||||
-}
|
||||
|
Reference in New Issue
Block a user