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

Karol Samborski edv.karol at gmail.com
Tue Sep 8 07:49:50 UTC 2015


2015-09-08 9:45 GMT+02:00 Kostiantyn Rybnikov <k-bx at k-bx.com>:
> 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.
>

You can always use cabal build --ghc-options="-Wall -fno-code" then
fix warnings and errors and then compile.

Karol


More information about the Haskell-Cafe mailing list