<div dir="ltr"><div>Hello devs,</div><div><br></div><div>Wiki page on testing says that in order to run all tests you have to install additional packages:</div><div><br></div><div><a href="https://ghc.haskell.org/trac/ghc/wiki/Building/RunningTests/Running#AdditionalPackages">https://ghc.haskell.org/trac/ghc/wiki/Building/RunningTests/Running#AdditionalPackages</a></div><div><br></div><div>and kindly provides a command to do this:</div><div><br></div><div><span style="font-family:monospace">cabal install --with-compiler=`pwd`/inplace/bin/ghc-stage2 --package-db=`pwd`/inplace/lib/package.conf.d mtl parallel parsec primitive QuickCheck random regex-compat syb stm utf8-string vector</span><br></div><div><br></div><div>After the <a href="https://github.com/ghc/ghc/commit/af9b744bbf1c39078e561b19edd3c5234b361b27">af9b744bb</a> one of the packages, primitive, does not build anymore. At least, its last released version on Hackage. I see that the problem has been fixed on primitive's master (<a href="https://github.com/haskell/primitive/commit/a2af610c08c5f5afc496f907bf6b2a4b8da6a665">a2af610</a>). But what should I do to actually test master branch of GHC now?</div><div><br></div><div>--</div><div>Best wishes,</div><div>Artem</div><div><br></div></div>