Skip to content

Commit 3e0b550

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 555d684 commit 3e0b550

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
@@ -146,6 +146,8 @@ library
146146
default-language: Haskell2010
147147
hs-source-dirs: src/lib
148148
ghc-options: -Wall
149+
-Wno-incomplete-uni-patterns
150+
-Wno-incomplete-record-updates
149151
-Wno-unticked-promoted-constructors
150152
-fPIC
151153
-optP-Wno-nonportable-include-path

0 commit comments

Comments
 (0)