[Haskell-cafe] What is the consensus about -fwarn-unused-do-bind ?

Max Cantor mxcantor at gmail.com
Tue Apr 13 22:59:29 EDT 2010


I'm in the camp of adding -fno-warn-unused-do-bind to my cabal files.  I hate sacrificing the purity of -Wall but I have so many forkIOs in my code that I think it was the best option.

Max


On Apr 10, 2010, at 3:08 PM, Ivan Miljenovic wrote:

> On 10 April 2010 02:07, Bryan O'Sullivan <bos at serpentine.com> wrote:
>> Personally, I find it to be tremendously noisy and unhelpful, and I always
>> edit my .cabal files to turn it off. I think of it as a usability
>> regression.
> 
> Yeah, I'm very tempted to do this as well.  This warning might make
> sense for IO, but I think it's of less use for other monads.
> 
> -- 
> Ivan Lazar Miljenovic
> Ivan.Miljenovic at gmail.com
> IvanMiljenovic.wordpress.com
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe



More information about the Haskell-Cafe mailing list