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]