Skip to content

Commit

Permalink
use ghc 9.4.8 in GA
Browse files Browse the repository at this point in the history
  • Loading branch information
MMZK1526 committed Oct 10, 2024
1 parent 31a4563 commit fe5d625
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
ghc: [9.4.7]
ghc: [9.4.8]
steps:
- uses: actions/checkout@v3
- uses: haskell-actions/setup@v2
Expand All @@ -27,7 +27,7 @@ jobs:
env:
cache-name: cache-cabal
with:
path: ~/.cabal
path: $HOME/.cabal
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/*.cabal') }}-${{ hashFiles('**/cabal.project') }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
Expand Down
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
packages:
.
src/Year2024/
./src/Year2024
tests: True

0 comments on commit fe5d625

Please sign in to comment.