From 8ff10a803b6f7a18f64f9127e213e4650c2b3931 Mon Sep 17 00:00:00 2001 From: tusharad Date: Tue, 5 Nov 2024 22:42:57 +0530 Subject: [PATCH] Fixed CI pipeline --- .github/workflows/haskell.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/haskell.yaml b/.github/workflows/haskell.yaml index 99be160..75304bc 100644 --- a/.github/workflows/haskell.yaml +++ b/.github/workflows/haskell.yaml @@ -31,4 +31,7 @@ jobs: id: setup - name: install dependancies, build and test stack project. - uses: freckle/stack-action@v5 \ No newline at end of file + uses: freckle/stack-action@v5 + with: + stack-build-arguments: --ghc-options="-fno-warn-unused-imports -fno-warn-unused-matches -fno-warn-type-defaults -fno-warn-missing-export-lists" + stack-build-arguments-test: --ghc-options="-fno-warn-unused-imports -fno-warn-unused-matches -fno-warn-type-defaults -fno-warn-missing-export-lists" \ No newline at end of file