Open brandon-leapyear opened 4 years ago
:sparkles: This is an old work account. Please reference @brandonchinn178 for all future communication :sparkles:
Alternatively, maybe add ghc-options
to the build
configuration so we could specify -fwrite-ide-info
when building but not otherwise?
@brandonchinn178, I am working through open issues, including old ones. On your second limb above, had you considered the following:
configure-options:
$locals:
- --ghc-option=-fwrite-ide-info
I don't have the context I had when I wrote this issue, but it seems like it works in a fresh project!
Our
stack.yaml
file hasand when running
stack build
, the.hie
files are correctly written to.stack-work
. But runningstack ghci
puts the.hie
files next to the source files.Is it possible for
stack ghci
to put.hie
files in.stack-work
as well?