
12 Jun
2009
12 Jun
'09
7:08 p.m.
You can have a description file named Nemesis, with content nemesis = do clean [ "**/*.hi" , "**/*.o" , "manifest" ] task "dist" $ do sh "cabal clean" sh "cabal configure" sh "cabal sdist" task "i" (sh "ghci -isrc src/System/Nemesis.hs") task "manifest" $ do sh "find . | grep 'hs$' > manifest" then after run `nemesis`, there will be a compiled bin `nem` in your local path, which allows you to do `nem clean` Install with `cabal install nemesis` Cheers, -- jinjing
5824
Age (days ago)
5824
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jinjing Wang