GHC.Exts.build should be exported from a module marked {-# LANGUAGE Safe #-}
Otherwise it forces all downstream users to smash {-# LANGUAGE Trustworthy #-}
on what is perfectly safe (inferrable) modules.
Otherwise it forces all downstream users to smash {-# LANGUAGE Trustworthy #-}
on what is perfectly safe (inferrable) modules.