Re: [Haskell-cafe] With cabal.project, what's the story about warning and -Werror compiler flags?

2022-08-28 Thread Mikolaj Konarski
Let me CC to cabal-devel@haskell.org. On Sun, Aug 28, 2022 at 3:39 PM Nicolas Trangez wrote: > > All, > > Working on some project, I was wondering about best-practices and > community standards for compiler flags now that `cabal.project` is a > thing. > > Before, I put compiler warning flags like

Re: [Haskell-cafe] With cabal.project, what's the story about warning and -Werror compiler flags?

2022-08-28 Thread Mikolaj Konarski
Hi Nicolas, > Before, I put compiler warning flags like `-Wall` in `Ghc-Options` > .. > Having these options in `mypackage.cabal` always felt slightly weird, > since they are in no way required for a package to function: they're > developer options, not user/consumer options. They'd be certainly