Skip to content

Commit

Permalink
Bump CI and stack.yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Dec 29, 2023
1 parent f6be03a commit e94b11d
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 18 deletions.
25 changes: 16 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,15 @@ jobs:
- "8.8.4"
- "8.10.7"
- "9.0.2"
- "9.2.7"
- "9.4.5"
- "9.2.8"
- "9.4.8"
include:
- ghc: "9.6.1"
cabal: "3.10"
- ghc: "9.6.3"
cabal: "3.10"
- ghc: "9.8.1"
cabal: "3.10"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: haskell/actions/setup@v2
id: setup-haskell-cabal
with:
Expand Down Expand Up @@ -66,15 +68,20 @@ jobs:
- ghc: "9.0.2"
cabal: "3.8"
winio: true
- ghc: "9.2.7"
- ghc: "9.2.8"
cabal: "3.8"
winio: true
- ghc: "9.4.5"
- ghc: "9.4.8"
cabal: "3.8"
- ghc: "9.6.1"
winio: true
- ghc: "9.6.3"
cabal: "3.10"
winio: true
- ghc: "9.8.1"
cabal: "3.10"
winio: true
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: haskell/actions/setup@v2
id: setup-haskell-cabal
with:
Expand Down
4 changes: 1 addition & 3 deletions ansi-terminal-types/stack.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
resolver: lts-20.20 # GHC 9.2.7
packages:
- .
resolver: lts-22.3 # GHC 9.6.3
4 changes: 1 addition & 3 deletions ansi-terminal/stack.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
resolver: lts-20.20 # GHC 9.2.7
resolver: lts-22.3 # GHC 9.6.3
flags:
ansi-terminal:
example: false
packages:
- .
extra-deps:
- ansi-terminal-types-0.11.5@sha256:f78440dfd95c4509e88855ac7cc2d9566ddf956a92c1290404cac93ad1a1b00a,1482
2 changes: 1 addition & 1 deletion stack-ghc-9.4.5.yaml → stack-ghc-9.4.8.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: nightly-2023-05-13 # GHC 9.4.5
resolver: lts-21.25 # GHC 9.4.8
flags:
ansi-terminal:
example: false
Expand Down
2 changes: 1 addition & 1 deletion stack-winio.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-20.20 # GHC 9.2.7
resolver: lts-22.3 # GHC 9.6.3
flags:
ansi-terminal:
example: false
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-20.20 # GHC 9.2.7
resolver: lts-22.3 # GHC 9.6.3
flags:
ansi-terminal:
example: false
Expand Down

0 comments on commit e94b11d

Please sign in to comment.