commercialhaskell / commercialhaskell/stack
Print out the location of the dump files if any -ddump options are passed in on the command line
Open
awaiting pull request
component: output (UI/UX)
newcomer friendly
type: enhancement
- Dominant language
- Haskell
- Stars
- 4.1k
- Forks
- 850
- Avg merge
- 10h 37m
- Merged PRs (30d)
- 4
Description
What command line arguments should I use to dump Core to file, using stack? I've tried:
```
$ stack clean && stack build --ghc-options="-ddump-simpl -ddump-to-file"
$ stack clean && stack install --ghc-options="-ddump-simpl -ddump-to-file"
$ stack clean && stack build --ghc-options="-ddump-simpl -ddump-to-file" --force-dirty
```
None of these create a file containing the intermediate Core for my executable.
Contributor guide
Assessment
This issue has not been assessed yet.