Fix ./validate with GHC 7.6 as bootstrap compiler.
7.6 deprecated the Control.Concurrent.QSem module (to be removed later,)
but according to Patrick it was actually un-deprecated. As a result,
validate fails if your bootstrap compiler is 7.6, since it throws a
DEPRECATED warning.
Signed-off-by:
Austin Seipp <austin@well-typed.com>
Showing
Please register or sign in to comment