Looks OK to me (just a cursory glance). Trent W. Buck <[email protected]> writes: > [Resolve issue1285: remove "cabal test" intermediaries. > Trent W. Buck <[email protected]>**20090103095347] hunk ./Setup.lhs 98 > x -> oneTest x > | w <- if null args then ["tests"] else args ], > > + -- Remove the temporary directories created by "cabal test". > + postClean = \ _ _ _ _ -> mapM_ rmRf > + ["tests-darcs-2.dir", > + "tests-hashed.dir", > + "tests-old-fashioned-inventory.dir", > + "bugs-darcs-2.dir", > + "bugs-hashed.dir", > + "bugs-old-fashioned-inventory.dir", > + "tests_network-.dir"], > + > sDistHook = \ pkg lbi hooks flags -> do > let pkgVer = packageVersion pkg > verb = fromFlag $ sDistVerbosity flags
Yours, Petr. -- Peter Rockai | me()mornfall!net | prockai()redhat!com http://blog.mornfall.net | http://web.mornfall.net "In My Egotistical Opinion, most people's C programs should be indented six feet downward and covered with dirt." -- Blair P. Houghton on the subject of C program indentation _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
