From e5e746852165a369f8f11ea84cd22f8505a64995 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 25 Mar 2022 16:05:42 -1000 Subject: [PATCH] stack: 9.2: silence new warnings for now --- stack9.2.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stack9.2.yaml b/stack9.2.yaml index ed217fdc0..ef9f84ea0 100644 --- a/stack9.2.yaml +++ b/stack9.2.yaml @@ -24,6 +24,10 @@ extra-deps: # - base64-0.4.2.3@sha256:97bd6f7decaab6110725ef1675a3ed8576233f6bab6599bb813f6caf68d36c94,2876 # doesn't build with 9.2 yet # for Shake.hs: +# silence new warnings temporarily +ghc-options: + "$locals": -Wno-deprecations -Wno-incomplete-uni-patterns -Wno-incomplete-record-updates + nix: pure: false packages: [perl gmp ncurses zlib]