packages feed

rehoo 0.1.1 → 0.1.2

raw patch · 2 files changed

+7/−7 lines, 2 files

Files

Main.hs view
@@ -74,15 +74,15 @@           ++ " workers and " ++ show chunks'           ++ " sized chunks per worker" +  let outputPath = fromText $ case outfile opts of+                                "" -> "default.hoo"+                                x  -> T.pack x+  shelly $ verbosely $ rm_f outputPath+   pool     <- MSem.new jobs'   tempPath <- processHoos pool chunks' hoos -  shelly $ verbosely $ do-    let outputPath = fromText $ case outfile opts of-                                  "" -> "default.hoo"-                                  x  -> T.pack x-    rm_f outputPath-    mv tempPath outputPath+  shelly $ verbosely $ mv tempPath outputPath  processHoos :: MSem.MSem Int -> Int -> [FilePath] -> IO FilePath processHoos pool size hoos
rehoo.cabal view
@@ -1,6 +1,6 @@ Name: rehoo -Version:  0.1.1+Version:  0.1.2 Synopsis: Rebuild default.hoo from many .hoo files in the current directory  Description: Rebuild default.hoo from many .hoo files in the current directory