<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Dec 19, 2018, at 2:25 PM, Andrew Martin <<a href="mailto:andrew.thaddeus@gmail.com" class="">andrew.thaddeus@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">How does one go about using -ddump-simpl -dsuppress-all -ddump-to-file (or variations of this) when building base?</span></div></blockquote></div><br class=""><div class="">Add a line like </div><div class=""><br class=""></div><div class=""><div class="">GhcLibHcOpts       += -ddump-simpl -dsuppress-all -ddump-to-file</div></div><div class=""><br class=""></div><div class="">at the end of your build.mk. You can see other similar options in the files in the flavours subdirectory of the mk directory.</div><div class=""><br class=""></div><div class="">I hope this helps!</div><div class="">Richard</div><div class=""><br class=""></div></body></html>