The warning appears to not be part of -Wall anymore in recent GHC versions. Also move the warning-related options next to each other.
6 lines
186 B
YAML
6 lines
186 B
YAML
resolver: lts-14.3
|
|
ghc-options:
|
|
postgrest: -O2 -Werror -Wall -fwarn-identities -fno-spec-constr -optP-Wno-nonportable-include-path
|
|
nix:
|
|
packages: [pcre, pkgconfig, postgresql, zlib]
|