Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
update github action ghc & cabal version
Browse files Browse the repository at this point in the history
  • Loading branch information
aerphanas committed Oct 11, 2023
1 parent 34b3c53 commit a89138e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hakyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: setup Haskell
uses: haskell/actions/setup@v2
with:
ghc-version: '9.6.1'
cabal-version: '3.10.1.0'
ghc-version: '9.4.7'
cabal-version: '3.6.2.0'

- name: Cache ~/.cabal/packages, ~/.cabal/store and dist-newstyle
uses: actions/cache@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: setup haskell
uses: haskell/actions/setup@v2
with:
ghc-version: '9.6.1'
cabal-version: '3.10.1.0'
ghc-version: '9.4.7'
cabal-version: '3.6.2.0'

- name: Cache ~/.cabal/packages, ~/.cabal/store and dist-newstyle
uses: actions/cache@v3
Expand Down

0 comments on commit a89138e

Please sign in to comment.