Skip to content

Commit

Permalink
Add the ghc flag -Wno-missed-specialisations to package.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira committed Feb 8, 2024
1 parent 5dfafe0 commit bba7e41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ ghc-options:
# Warnings
- -Weverything
- -Wno-all-missed-specialisations
- -Wno-missed-specialisations
- -Wno-missing-export-lists
- -Wno-missing-import-lists
- -Wno-missing-kind-signatures
Expand Down

0 comments on commit bba7e41

Please sign in to comment.