Skip to content

Commit ec6b0a2

Browse files
Bump versions in Stack and CI to latest
1 parent e4777ac commit ec6b0a2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- name: Setup Stack / GHC
2323
uses: haskell-actions/setup@v2
2424
with:
25-
ghc-version: '9.4.8'
26-
cabal-version: '3.10.2.1'
25+
ghc-version: '9.8.4'
26+
cabal-version: '3.14.1.1'
2727
enable-stack: true
2828
stack-version: 'latest'
2929

@@ -75,7 +75,7 @@ jobs:
7575
clash:
7676
- "1.8.2"
7777
cabal:
78-
- "3.10"
78+
- "3.14.1.1"
7979
ghc:
8080
- "9.0.2"
8181
- "9.2.8"
@@ -84,11 +84,11 @@ jobs:
8484
- "9.10.1"
8585
include:
8686
- check_haddock: "False"
87-
- ghc: "9.6.4"
87+
- ghc: "9.6.6"
8888
check_haddock: "True"
8989
os: "ubuntu-latest"
9090
clash: "1.8.2"
91-
cabal: "3.10"
91+
cabal: "3.14.1.1"
9292

9393
env:
9494
check_haddock: ${{ matrix.check_haddock }}

stack.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: lts-21.25 # ghc-9.4.8
1+
resolver: lts-23.6 # ghc-9.8.4
22

33
packages:
44
- clash-protocols-base
@@ -7,5 +7,5 @@ packages:
77
extra-deps:
88
- git: https://github.com/cchalmers/circuit-notation.git
99
commit: 564769c52aa05b90f81bbc898b7af7087d96613d
10-
- clash-prelude-1.8.1
11-
- clash-prelude-hedgehog-1.8.1
10+
- clash-prelude-1.8.2
11+
- clash-prelude-hedgehog-1.8.2

0 commit comments

Comments
 (0)