Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 526d4ff

Browse files
committed
Set more warning options
1 parent c65783c commit 526d4ff

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ description: |
1717
ghc-options:
1818
- -Wall
1919
- -fno-warn-unused-do-bind
20+
- -fwarn-tabs
21+
- -fwarn-incomplete-uni-patterns
22+
- -fwarn-incomplete-record-updates
2023

2124
dependencies:
2225
- base >= 4.7 && < 5

0 commit comments

Comments
 (0)