stack.yaml: Remove no-warn-redundant-constraints.

The warning appears to not be part of -Wall anymore in recent
GHC versions.

Also move the warning-related options next to each other.
This commit is contained in:
Robert Vollmert
2019-08-27 14:49:07 -05:00
committed by Steve Chávez
parent e8475b18d3
commit 2183a2a1ae
+1 -1
View File
@@ -1,5 +1,5 @@
resolver: lts-14.3
ghc-options:
postgrest: -O2 -Werror -Wall -fno-spec-constr -fwarn-identities -fno-warn-redundant-constraints -optP-Wno-nonportable-include-path
postgrest: -O2 -Werror -Wall -fwarn-identities -fno-spec-constr -optP-Wno-nonportable-include-path
nix:
packages: [pcre, pkgconfig, postgresql, zlib]