Add -Wpartial-fields in the template

This commit is contained in:
Yann Esposito (Yogsototh) 2018-06-22 23:17:19 +02:00
parent b3063945d2
commit ec443f0b85
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -20,6 +20,7 @@ ghc-options:
- -Wincomplete-uni-patterns - -Wincomplete-uni-patterns
- -Wredundant-constraints - -Wredundant-constraints
- -Wnoncanonical-monad-instances - -Wnoncanonical-monad-instances
- -Wpartial-fields
- -Werror - -Werror
- -O2 - -O2
dependencies: dependencies: