Skip to content

Commit

Permalink
Warning about overzealous -Wunused-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast authored and tomjaguarpaw committed May 31, 2024
1 parent d7a9b0d commit 08342e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stan.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ common common-options
-fwrite-ide-info
-hiedir=.hie
if impl(ghc >= 8.10)
-- WARNING: This warning reports false positives.
-- SEE: https://gitlab.haskell.org/ghc/ghc/-/issues/24173
ghc-options: -Wunused-packages

default-language: Haskell2010
Expand Down

0 comments on commit 08342e0

Please sign in to comment.