Skip to content

Commit

Permalink
use -Wno-unused-packages when -f ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hellwolf committed Jul 31, 2024
1 parent c0384b4 commit fe1cebf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions hevm.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,13 @@ source-repository head

common shared
if flag(ci)
ghc-options: -Werror
ghc-options:
-Werror
-- FIXME: we have to disable this, due to ghc bug: https://gitlab.haskell.org/ghc/ghc/-/issues/24120
-Wno-unused-packages
if flag(devel)
ghc-options: -j
ghc-options:
-j
if flag(debug)
ghc-options:
-j
Expand Down

0 comments on commit fe1cebf

Please sign in to comment.