
24 Jul
2017
24 Jul
'17
12:03 p.m.
Hi, Maybe with -Wno-orphans https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/using-warnin... Regards, Sylvain On 24/07/2017 13:58, Baa wrote:
Hello, Dear List!
I want to turn-off concreate warning (but to have all other, and possible to treat them as errors). This warning is about orphans instances. I tried:
-Wall -Werror -Wno-warn-orphans
also
-Wall -Werror -Wno-warn-warn-orphans
But GHC does not understand this option. How to achieve this?
-- Best regards, Paul _______________________________________________ Beginners mailing list Beginners@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners