From 2183a2a1ae48bbc7a4c10d45ad7e3bd175c3ff18 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Tue, 27 Aug 2019 19:20:25 +0200 Subject: [PATCH] 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. --- stack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack.yaml b/stack.yaml index ef7d84d82..df74319d2 100644 --- a/stack.yaml +++ b/stack.yaml @@ -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]