On Fri, Jan 09, 2009 at 09:33:09PM -0800, Conal Elliott wrote: > I grabbed the snapshot ghc-6.11.20090109, with extra-libs. After > "./configure", "make" aborts with "ghc-pkg: > /home/conal/downloads/ghc-6.11.20090109/ghc/inplace-datadir/package.conf: > openFile: does not exist (No such file or directory)", wile registering > haddock-2.5.0 . Did I miss something? There is no inplace-datadir there. > Is there a fix?
I've just pushed a patch to fix this one: hunk ./Makefile 36 -INPLACE_PKG_CONF = $(FPTOOLS_TOP_ABS)/ghc/inplace-datadir/package.conf +INPLACE_PKG_CONF = $(INPLACE_DATA_DIR)/package.conf in utils/haddock. Thanks Ian _______________________________________________ Glasgow-haskell-bugs mailing list [email protected] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
