Skip to content

Commit

Permalink
Bump Haskell-CI to GHCs 9.6.2 and 9.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Jun 23, 2023
1 parent 3041cea commit fe151dd
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 13 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
#
# For more information, see https://github.com/haskell-CI/haskell-ci
#
# version: 0.16.1
# version: 0.16.4
#
# REGENDATA ("0.16.1",["github","--no-cabal-check","agda-stdlib-utils.cabal"])
# REGENDATA ("0.16.4",["github","--no-cabal-check","agda-stdlib-utils.cabal"])
#
name: Haskell-CI
on:
Expand Down Expand Up @@ -44,19 +44,19 @@ jobs:
strategy:
matrix:
include:
- compiler: ghc-9.6.1
- compiler: ghc-9.6.2
compilerKind: ghc
compilerVersion: 9.6.1
compilerVersion: 9.6.2
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.4.5
compilerKind: ghc
compilerVersion: 9.4.5
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.2.7
- compiler: ghc-9.2.8
compilerKind: ghc
compilerVersion: 9.2.7
compilerVersion: 9.2.8
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.0.2
Expand Down
4 changes: 2 additions & 2 deletions agda-stdlib-utils.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ description: Helper programs for setting up the Agda standard library.
license: MIT

tested-with:
GHC == 9.6.1
GHC == 9.6.2
GHC == 9.4.5
GHC == 9.2.7
GHC == 9.2.8
GHC == 9.0.2
GHC == 8.10.7
GHC == 8.8.4
Expand Down
6 changes: 1 addition & 5 deletions stack-9.0.2.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
resolver: nightly-2022-01-27
resolver: lts-19.33
compiler: ghc-9.0.2
compiler-check: match-exact

# extra-deps:
# - filemanip-0.3.6.3
# - unix-compat-0.5.2

packages:
- '.'
6 changes: 6 additions & 0 deletions stack-9.2.8.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
resolver: lts-20.26
compiler: ghc-9.2.8
compiler-check: match-exact

packages:
- '.'

0 comments on commit fe151dd

Please sign in to comment.