Skip to content

Commit

Permalink
experiment2
Browse files Browse the repository at this point in the history
  • Loading branch information
kostmo committed Jul 18, 2024
1 parent 785511b commit 8e0a959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ jobs:
$CABAL v2-haddock --disable-documentation --haddock-all $ARG_COMPILER --with-haddock $HADDOCK $ARG_TESTS $ARG_BENCH all
- name: weeder
uses: freckle/weeder-action@v2
if: ${{ $((HCNUMVER < 90800)) }}
if: ${{ HCNUMVER < 90800 }}
with:
ghc-version: ${{ matrix.compilerVersion }}
weeder-arguments: --config $GITHUB_WORKSPACE/source/weeder.toml
Expand Down

0 comments on commit 8e0a959

Please sign in to comment.