You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See #1331. The haskell platform apparently lacks profiling versions of libraries, which causes issues for --enable-executable-profiling. Instead of getting a comprehensible error message, it outputs a build plan failure, recommending:
Recommended action: try adding the following to your extra-deps in my-project-dir/par-tutorial/prof-example/stack.yaml
- base-4.8.1.0
- ghc-prim-0.4.0.0
Suggested implementation: notice when wiredInPackages are being ignored due to needing profiling. It's probably best to store this away and wait for the build plan to actually fail before outputting the more informative error message, though.
The text was updated successfully, but these errors were encountered:
See #1331. The haskell platform apparently lacks profiling versions of libraries, which causes issues for
--enable-executable-profiling
. Instead of getting a comprehensible error message, it outputs a build plan failure, recommending:Suggested implementation: notice when
wiredInPackages
are being ignored due to needing profiling. It's probably best to store this away and wait for the build plan to actually fail before outputting the more informative error message, though.The text was updated successfully, but these errors were encountered: