File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 22
22
- name : Setup Stack / GHC
23
23
uses : haskell-actions/setup@v2
24
24
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'
27
27
enable-stack : true
28
28
stack-version : ' latest'
29
29
75
75
clash :
76
76
- " 1.8.2"
77
77
cabal :
78
- - " 3.10 "
78
+ - " 3.14.1.1 "
79
79
ghc :
80
80
- " 9.0.2"
81
81
- " 9.2.8"
@@ -84,11 +84,11 @@ jobs:
84
84
- " 9.10.1"
85
85
include :
86
86
- check_haddock : " False"
87
- - ghc : " 9.6.4 "
87
+ - ghc : " 9.6.6 "
88
88
check_haddock : " True"
89
89
os : " ubuntu-latest"
90
90
clash : " 1.8.2"
91
- cabal : " 3.10 "
91
+ cabal : " 3.14.1.1 "
92
92
93
93
env :
94
94
check_haddock : ${{ matrix.check_haddock }}
Original file line number Diff line number Diff line change 1
- resolver : lts-21.25 # ghc-9.4.8
1
+ resolver : lts-23.6 # ghc-9.8.4
2
2
3
3
packages :
4
4
- clash-protocols-base
@@ -7,5 +7,5 @@ packages:
7
7
extra-deps :
8
8
- git : https://github.com/cchalmers/circuit-notation.git
9
9
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
You can’t perform that action at this time.
0 commit comments