[Haskell-cafe] Is anybody on 9.6.1 having problems profiling on a Mac?
George Colpitts
george.colpitts at gmail.com
Sun May 14 18:43:05 UTC 2023
Is anybody on 9.6.1 having problems profiling on a Mac? As I reported in
https://gitlab.haskell.org/ghc/ghc/-/issues/23211
ghc -prof -fprof-auto hello.hs
where the file hello.hs consists of the line:
main = print "hello"
gets the error:
Could not find module ‘Prelude’
Perhaps you haven't installed the "p_dyn" libraries for package
‘base-4.18.0.0’?
It seems to me like a regression of the closed bug
https://gitlab.haskell.org/ghc/ghc/-/issues/20707.
Thanks
George
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20230514/060e9afa/attachment.html>
More information about the Haskell-Cafe
mailing list