Open
Description
Setting
profiling: true
in cabal.project
doesn't seem to get propagated to the Nix setup, it still builds non-profiled libraries.
Similarly, setting
build:
library-profiling: true
executable-profiling: true
in stack.yaml
has no effect.
(Yes, I made sure my haskell.nix
build was using each of those files as the source of truth when I tried it!)