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 <[email protected]> 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 > [email protected] > IvanMiljenovic.wordpress.com > _______________________________________________ > Haskell-Cafe mailing list > [email protected] > http://www.haskell.org/mailman/listinfo/haskell-cafe _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
