Skip to content

Fix bootstrap with ghc-9.0

Matthew Pickering requested to merge wip/fix-9.0-boostrap into master

It turns out Solo is a very recent addition to base, so for older GHC versions we just defined it inline here the one place we use it in the compiler.

Merge request reports