Skip to content

Commit

Permalink
try out cabal 3.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
piyush-kurur committed Aug 4, 2024
1 parent 8b52396 commit c0c2517
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: haskell-actions/setup@v2
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: 'latest'
cabal-version: '3.10'
- name: Information
run: |
ghc --version
Expand All @@ -63,8 +63,8 @@ jobs:
- name: Benchmark
run: cabal bench

# - name: Haddock
# run: cabal haddock --verbose
- name: Haddock
run: cabal haddock --verbose

- name: Check
run: cabal check
Expand Down

0 comments on commit c0c2517

Please sign in to comment.