
8 Sep
2015
8 Sep
'15
3:49 a.m.
2015-09-08 9:45 GMT+02:00 Kostiantyn Rybnikov
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