Skip to content

Commit

Permalink
Bump stack CI from GHC 9.4.6 to 9.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Sep 25, 2023
1 parent 82f3427 commit 86fce9a
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stack-dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
fail-fast: false
matrix:
ghc-ver:
- 9.4.6
- 9.4.7
- 9.2.8
- 9.0.2
- 8.10.7
Expand Down
4 changes: 2 additions & 2 deletions Agda.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ description:

tested-with:
GHC == 9.6.2
GHC == 9.4.6
GHC == 9.4.7
GHC == 9.2.8
GHC == 9.0.2
GHC == 8.10.7
Expand Down Expand Up @@ -87,7 +87,7 @@ extra-doc-files:

extra-source-files:
stack-9.6.2.yaml
stack-9.4.6.yaml
stack-9.4.7.yaml
stack-9.2.8.yaml
stack-9.0.2.yaml
stack-8.10.7.yaml
Expand Down
2 changes: 1 addition & 1 deletion doc/user-manual/getting-started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ You need recent versions of the following programs to compile Agda:
* GHC: https://www.haskell.org/ghc/

+ Agda has been tested with GHC 8.6.5, 8.8.4,
8.10.7, 9.0.2, 9.2.8, 9.4.6 and 9.6.2.
8.10.7, 9.0.2, 9.2.8, 9.4.7 and 9.6.2.

* cabal-install: https://www.haskell.org/cabal/
* Alex: https://www.haskell.org/alex/
Expand Down
2 changes: 1 addition & 1 deletion src/github/workflows/stack-dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
os: [ubuntu-latest]
stack-ver: ['latest']
# Only LTS versions here:
ghc-ver: [9.4.6, 9.2.8, 9.0.2, 8.10.7, 8.8.4, 8.6.5]
ghc-ver: [9.4.7, 9.2.8, 9.0.2, 8.10.7, 8.8.4, 8.6.5]
# Andreas, 2022-03-26:
# Note: ghc-ver needs to be spelled out with minor version, i.e., x.y.z
# rather than x.y (which haskell-setup would resolve to a suitable .z)
Expand Down
5 changes: 3 additions & 2 deletions src/size-solver/size-solver.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ synopsis: A solver for size constraints arising in sized types.
description:
See Felix Reihl, 2013, Bachelor thesis, Ludwig-Maximilians-University.
tested-with:
GHC == 9.4.4
GHC == 9.2.5
GHC == 9.6.2
GHC == 9.4.7
GHC == 9.2.8
GHC == 9.0.2
GHC == 8.10.7
GHC == 8.8.4
Expand Down
4 changes: 2 additions & 2 deletions stack-9.4.6.yaml → stack-9.4.7.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resolver: lts-21.8
compiler: ghc-9.4.6
resolver: lts-21.13
compiler: ghc-9.4.7
compiler-check: match-exact

# Local packages specified by relative directory name.
Expand Down
2 changes: 1 addition & 1 deletion stack-9.6.2.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: nightly-2023-08-23
resolver: nightly-2023-09-25
compiler: ghc-9.6.2
compiler-check: match-exact

Expand Down

0 comments on commit 86fce9a

Please sign in to comment.