File tree 2 files changed +10
-8
lines changed
2 files changed +10
-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
71
71
clash :
72
72
- " 1.8.2"
73
73
cabal :
74
- - " 3.10 "
74
+ - " 3.14.1.1 "
75
75
ghc :
76
76
- " 9.0.2"
77
77
- " 9.2.8"
@@ -80,11 +80,11 @@ jobs:
80
80
- " 9.10.1"
81
81
include :
82
82
- check_haddock : " False"
83
- - ghc : " 9.6.4 "
83
+ - ghc : " 9.6.6 "
84
84
check_haddock : " True"
85
85
os : " ubuntu-latest"
86
86
clash : " 1.8.2"
87
- cabal : " 3.10 "
87
+ cabal : " 3.14.1.1 "
88
88
89
89
env :
90
90
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,7 @@ 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
12
+ - hedgehog-1.4@sha256:9860ab34ab3951d9515c71b777d8c9c47610aae7339933e17d26ad9a4afa5618,4754
13
+ - tasty-1.4.3@sha256:5b53fded93109f6704b599c3498eb73c5b0ed1a975f1912dd98b4b19c61f8bc9,2653
You can’t perform that action at this time.
0 commit comments