From c34c4fddc7e89ddf9e93a0f858541afd01b47571 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 7 Dec 2020 12:27:03 -0800 Subject: [PATCH] ;tools: silence hls errors for Shake.hs --- hie.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hie.yaml b/hie.yaml index 51ced53e8..5b5642df3 100644 --- a/hie.yaml +++ b/hie.yaml @@ -46,3 +46,7 @@ cradle: - path: "bin/" component: "hledger:lib" + + # silences hls error for Shake.hs, but I think also ignores actual errors + - path: "Shake.hs" + component: "hledger:lib"