[Haskell-cafe] Flag to recompile modules which had warnings

Kostiantyn Rybnikov k-bx at k-bx.com
Tue Sep 8 07:45:12 UTC 2015


Thanks, after re-considering this, I think moving towards -Werror (and
making this a "good style") works good enough and is the best solution for
this problem right now. Hopefully I'll find time to remove all warnings at
once to make its usage possible.

On Thu, Sep 3, 2015 at 2:23 AM, Thomas Koster <tkoster at gmail.com> wrote:

> On 3 September 2015 at 04:44, Kostiantyn Rybnikov <k-bx at k-bx.com> wrote:
> > There's a common situation I get into: I compile with "stack build" (or
> > cabal build), get a big list of warnings, fix few of them, then I
> re-compile
> > project, but a lot of warnings are gone now. The only option I'm left
> with
> > is to use "-fforce-recomp".
>
> If you're going to fix all the warnings anyway, why not just use -Werror?
>
> --
> Thomas Koster
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20150908/f712d270/attachment.html>


More information about the Haskell-Cafe mailing list