No profiling base for 9.2
I get
Could not find module ‘Data.List’
Perhaps you haven't installed the profiling libraries for package ‘base-4.16.0.0’?
for a simple
-- Main.hs
import Data.List
main = undefined
when doing
ghc -prof Main.hs
with GHC 9.2 installed via ghcup. It works with 9.0 and 8.10.7.