Skip to content

Commit

Permalink
Fixed CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharad committed Nov 5, 2024
1 parent cd25980 commit 8ff10a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/haskell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@ jobs:
id: setup

- name: install dependancies, build and test stack project.
uses: freckle/stack-action@v5
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"

0 comments on commit 8ff10a8

Please sign in to comment.