Using -fno-code and -ddump-simpl don't work together anymore.
In 6.12.1, I could just use a command like
ghc -fno-code -ddump-simpl Module.hs
to dump the simplified core representation of a module without generating any object files. As of now, GHC won't output anything when called like this.
Trac metadata
| Trac field | Value |
|---|---|
| Version | 7.1 |
| Type | Bug |
| TypeOfFailure | OtherFailure |
| Priority | normal |
| Resolution | Unresolved |
| Component | Compiler |
| Test case | |
| Differential revisions | |
| BlockedBy | |
| Related | |
| Blocking | |
| CC | |
| Operating system | |
| Architecture |