diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 0d8bae6..cad9635 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v3 - name: Setup compiler, build and test run: | - stack build --silent --resolver ${{ matrix.stack-resolver }} + stack build --resolver ${{ matrix.stack-resolver }} stack test # - name: Setup Haskell tools