
OK would someone like to add the same warning-suppression to ghc.mk as I did for bytestring?
Simon
From: Thomas Miedema [mailto:thomasmiedema@gmail.com]
Sent: 28 July 2015 18:54
To: Simon Peyton Jones
Cc: ghc-devs
Subject: Re: warnings
It is still failing, but now on the parallel and stm libraries.
Note that `validate --fast` skips those packages, but plain `./validate` doesn't, and Phabricator/Harbormaster runs plain `./validate`.
parallel and stm are 'extra' packages, and the build system no longer builds those by default. To build them, set `BUILD_EXTRA_PKGS=YES` in mk/build.mkhttp://build.mk.
I'm sorry if this caused confusion. It's explained on the wiki now:
https://ghc.haskell.org/trac/ghc/wiki/Building/Using#Buildconfiguration
https://ghc.haskell.org/trac/ghc/wiki/TestingPatches#Flags
On Tue, Jul 28, 2015 at 6:47 PM, Simon Peyton Jones