Skip to content

Commit

Permalink
use -Wno-x-partial with ghc >= 9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lyokha committed Nov 30, 2023
1 parent 747af8e commit c1e71ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
include:
- ghc: '9.8'
cabal: '3.10'
experimental: true
experimental: false
- ghc: '9.6'
cabal: '3.10'
experimental: false
Expand Down
2 changes: 2 additions & 0 deletions ngx-export-tools-extra.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,6 @@ library
exposed-modules: NgxExport.Tools.PCRE

ghc-options: -Wall
if impl(ghc >= 9.8)
ghc-options: -Wno-x-partial

0 comments on commit c1e71ad

Please sign in to comment.