Simon Peyton Jones via ghc-devs <[email protected]> writes: > This has started happening when I do 'sh validate -no-clean' >
Hi Simon, I suspect you have stale content in your tree that `make clean` isn't deleting. Could you try running `git clean -dxf` (note that this will delete any untracked files in your tree) and try validating again? Cheers, - Ben
signature.asc
Description: PGP signature
_______________________________________________ ghc-devs mailing list [email protected] http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
