Skip to content

Commit

Permalink
Disable incomplete-patterns warning on ghc-8.10.7 because it is inacc…
Browse files Browse the repository at this point in the history
…urate
  • Loading branch information
newhoggy committed Nov 1, 2023
1 parent aa74887 commit b155e2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cardano-api/cardano-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ common project-config
-Wredundant-constraints
-Wunused-packages

if impl(ghc < 9)
ghc-options: -Wno-incomplete-patterns

common maybe-unix
if !os(windows)
build-depends: unix
Expand Down

0 comments on commit b155e2d

Please sign in to comment.