Skip to content

Commit bcfb61a

Browse files
committed
Disable GHC warnings: incomplete-uni-patterns and incomplete-record-updates.
These were newly added to `-Wall` starting GHC 9.2.1. https://ghc-proposals.readthedocs.io/en/latest/proposals/0071-Wall-uni-patterns.html
1 parent adc6bc7 commit bcfb61a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dex.cabal

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ library
145145
default-language: Haskell2010
146146
hs-source-dirs: src/lib
147147
ghc-options: -Wall
148+
-Wno-incomplete-uni-patterns
149+
-Wno-incomplete-record-updates
148150
-Wno-unticked-promoted-constructors
149151
-fPIC
150152
-optP-Wno-nonportable-include-path

0 commit comments

Comments
 (0)