Skip to content

hadrian RunRest: add type signature for stageNumber

Jens Petersen requested to merge juhp/ghc:hadrian-stageNumber into master

This just fixes a hadrian compilation warning:

src/Settings/Builders/RunTest.hs:264:53: warning: [-Wtype-defaults]
    • Defaulting the following constraints to type ‘Integer’

by adding a type signature

The commit message has a little more detail.

Merge request reports