[Haskell-cafe] Unused type-classes triggering a recompilation?

Saurabh Nanda saurabhnanda at gmail.com
Wed Oct 18 18:19:31 UTC 2017


Thank you for explaining this.

Unfortunately, this puts us between a rock and a hard place. If we don't
break the project up into smaller modules, it keeps triggering a
recompilation each time a record is added/edited (because the lenses
change). If we break-up into smaller modules, the number of modules explode
to ~500-700 thus causing a slowdown elsewhere in the compilation chain.

 -- Saurabh.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20171018/369e6ee8/attachment.html>


More information about the Haskell-Cafe mailing list