Skip to content

Commit

Permalink
Upgrade to GHC 9.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dcastro committed Sep 25, 2023
1 parent 60d531b commit 2fb4102
Show file tree
Hide file tree
Showing 7 changed files with 1,364 additions and 1,261 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
cabal: ["3.6"]
cabal: ["3.10"]
# If you update this list of supported compiler versions,
# make sure to:
# * Update the `tested-with` section of `package.yaml`.
Expand All @@ -97,7 +97,8 @@ jobs:
ghc:
- "8.10.7"
- "9.0.2"
- "9.2.4"
- "9.2.8"
- "9.4.7"
exclude:
- os: macOS-latest
ghc: "8.10.7"
Expand All @@ -107,6 +108,10 @@ jobs:
ghc: "9.0.2"
- os: windows-latest
ghc: "9.0.2"
- os: macOS-latest
ghc: "9.2.8"
- os: windows-latest
ghc: "9.2.8"

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -134,21 +139,20 @@ jobs:
cabal test --project-file=cabal.project.ci all --enable-tests
- name: Haddock
# Run haddock for all components
run: |
cabal haddock --project-file=cabal.project.ci --haddock-all
cabal haddock --project-file=cabal.project.ci --haddock-for-hackage
stack:
name: stack / ghc ${{ matrix.ghc }}
runs-on: ubuntu-latest
strategy:
matrix:
stack: ["2.7.5"]
ghc: ["8.10.7", "9.0.2"]
stack: ["2.9.3"]
ghc: ["8.10.7", "9.4.7"]
include:
- ghc: "8.10.7"
stackyaml: stack.min.yaml
- ghc: "9.0.2"
- ghc: "9.4.7"
stackyaml: stack.yaml

steps:
Expand Down
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- Generated by stack2cabal

with-compiler: ghc-9.0.2
with-compiler: ghc-9.4.7

packages:
./
Expand Down
Loading

0 comments on commit 2fb4102

Please sign in to comment.