Skip to content

Commit

Permalink
Merge branch 'ghc-9.8.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Dec 2, 2024
2 parents 8b6063f + 790ac55 commit 6fb2b17
Show file tree
Hide file tree
Showing 32 changed files with 19 additions and 2,880 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/cabal.project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,18 @@ jobs:
fail-fast: false
matrix:
os: [macOS-13, windows-latest, ubuntu-latest]
ghc: ["8.10.7", "9.0.2", "9.2.8", "9.4.8", "9.6.6"]
ghc: ["8.10.7", "9.0.2", "9.2.8", "9.4.8", "9.6.6", "9.8.4", "9.10.1"]
include:
- os: macOS-latest
ghc: "9.2.8"
- os: macOS-latest
ghc: "9.4.8"
- os: macOS-latest
ghc: "9.6.6"
- os: macOS-latest
ghc: "9.8.4"
- os: macOS-latest
ghc: "9.10.1"
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -41,7 +45,7 @@ jobs:
[ -e ~/.ghcup/env ] && source ~/.ghcup/env
ghcup --version
ghcup run -i --cabal latest --ghc ${GHC_VER} -- cabal update
ghcup run -i --cabal latest --ghc ${GHC_VER} -- cabal build --project-file=cabal.ghc${GHC_VER//./}.project
ghcup run -i --cabal latest --ghc ${GHC_VER} -- cabal build -w ghc-${GHC_VER}
env:
GHC_VER: ${{ matrix.ghc }}
shell: bash
Expand Down
52 changes: 0 additions & 52 deletions cabal.ghc8107.Unix.project

This file was deleted.

231 changes: 0 additions & 231 deletions cabal.ghc8107.Unix.project.freeze

This file was deleted.

52 changes: 0 additions & 52 deletions cabal.ghc8107.Win32.project

This file was deleted.

Loading

0 comments on commit 6fb2b17

Please sign in to comment.