Send Beginners mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."
Today's Topics:
1. I can't turn-off conreate warning (Baa)
2. Re: I can't turn-off conreate warning (Sylvain Henry)
----------------------------------------------------------------------
Message: 1
Date: Mon, 24 Jul 2017 14:58:31 +0300
From: Baa <[email protected]>
To: The Haskell-Beginners Mailing List - Discussion of primarily
beginner-level topics related to Haskell <[email protected]>
Subject: [Haskell-beginners] I can't turn-off conreate warning
Message-ID: <20170724145831.318f6378@Pavel>
Content-Type: text/plain; charset=US-ASCII
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
------------------------------
Message: 2
Date: Mon, 24 Jul 2017 14:03:29 +0200
From: Sylvain Henry <[email protected]>
To: [email protected]
Subject: Re: [Haskell-beginners] I can't turn-off conreate warning
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8; format=flowed
Hi,
Maybe with -Wno-orphans
https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/using-warnings.html?#ghc-flag--Worphans
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
> [email protected]
> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
------------------------------
Subject: Digest Footer
_______________________________________________
Beginners mailing list
[email protected]
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
------------------------------
End of Beginners Digest, Vol 109, Issue 17
******************************************