Conversation
* Remove -fobject-code compilation, since Cmm was removed * Fix example in cabal file * Take care of some compile warnings in legacy benchmarks
|
LGTM! I'm generally very much in favour of consistent formatting, ideally using an auto-formatter (like we're already using I'm actually not very fussed about the style that is enforced, I just like it to be consistent. I've used WDYT? |
|
@curiousleo I did reformat cause there were tabs symbols and formatting was just horrendous. |
Cmm stuff was removed, so there is no longer need for
.ghcifile and-fobject-codeflag in doctestsAlso compilation warnings and horrendous formatting of legacy benchmarks was bugging me, so it is now fixed. Redundant CPP was also removed, since those cabal flags are long gone. There are no semantic changes to benchmarks, so they will all work exactly as before.