haskell / happy

The Happy parser generator for Haskell
Other
276 stars 85 forks source link

Debug options in all build configurations #202

Closed int-index closed 2 years ago

int-index commented 2 years ago

Hiding this behind CPP is not necessary. GHC supports flags such as -ddump-tc-trace and users have no problem with this.

Ericson2314 commented 2 years ago

Good call. Especially as we are making libraries, should always have the Show instance.