commercialhaskell / commercialhaskell/stack

Print out the location of the dump files if any -ddump options are passed in on the command line

Open
#1,727 10 comments 2 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.