<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>I don't believe so, because flags are set on a module basis and
      you need more granular control.<br>
    </p>
    <p>Having been in your situation many times, what I often do is to
      define a cabal flag called "development" and in my ghc-options
      stanza I write:</p>
    <pre>if flag(development)
  ghc-options: -Wno-unused-imports -Wno-unused-packages

</pre>
    <p>Then during CI I disable this flag.</p>
    <p>Cheers,<br>
      Hécate<br>
    </p>
    <div class="moz-cite-prefix">Le 09/08/2024 à 10:49, PICCA
      Frederic-Emmanuel a écrit :<br>
    </div>
    <blockquote type="cite"
cite="mid:547745446.127569976.1723193385781.JavaMail.zimbra@synchrotron-soleil.fr">
      <pre class="moz-quote-pre" wrap="">Hello,

I would like to  set -Wno-unused-imports for only one import,

is it possible and how to do it ?

thanks for your advices.

Frederic
_______________________________________________
Haskell-Cafe mailing list
To (un)subscribe, modify options or view archives go to:
<a class="moz-txt-link-freetext" href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a>
Only members subscribed via the mailman list are allowed to post.</pre>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
Hécate ✨
🐦: @TechnoEmpress
IRC: Hecate
WWW: <a class="moz-txt-link-freetext" href="https://glitchbra.in">https://glitchbra.in</a>
RUN: BSD</pre>
  </body>
</html>