Skip to content

Commit

Permalink
Silence role-annotation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed May 28, 2024
1 parent a4e3fad commit 1c39368
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ ghc-options:
- -Wno-unsafe

when:
- condition: impl(ghc >= 9.8)
ghc-options:
- -Wno-missing-role-annotations
- condition: impl(ghc >= 9.2)
ghc-options:
- -Wno-missing-kind-signatures
Expand Down

0 comments on commit 1c39368

Please sign in to comment.