[fixing creation of directory for html output; fixing html markup for 0% bars. andy@galois.com**20070627054846] { hunk ./utils/hpc/HpcMarkup.hs 15 +import System.Directory hunk ./utils/hpc/HpcMarkup.hs 59 + -- create the dest_dir if needed + createDirectoryIfMissing True dest_dir + hunk ./utils/hpc/HpcMarkup.hs 75 + + + hunk ./utils/hpc/HpcMarkup.hs 85 + "td.invbar { background-color: #f25913; }\n" ++ hunk ./utils/hpc/HpcMarkup.hs 422 - Just w -> "" ++ - "
" ++ - "" ++ - "
") - ++ "" + Just w -> bar w "bar" + ) ++ "" hunk ./utils/hpc/HpcMarkup.hs 427 + bar 0 inner = bar 100 "invbar" + bar w inner = "" ++ + "
" ++ + "" ++ + "
" }