On Fri, Nov 13, 2009 at 02:44:33PM +1100, Manuel M T Chakravarty wrote: > Documentation created: dist-install/doc/html/dph-par/index.html > cd libraries && sh gen_contents_index --inplace > haddock: internal Haddock or GHC error: directory-version:: openBinaryFile: > does not exist (No such file or directory) > make[1]: *** [libraries/index.html] Error 1 > make: *** [all] Error 2 > limitingfactor chak 6 (.../Code/ghc-test):
This looks like it should be fixed by: Tue Nov 17 22:35:56 GMT 2009 Ian Lynagh <ig...@earth.li> * Fix gen_contents_index on MSYS On MSYS sed 's/.*[ \t]//' wasn't matching version:<tab>1.0 so I've switched to 's/.*[[:space:]]//' which works on Linux, cygwin and MSYS. Thanks Ian _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc