We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c0e8f1 commit 5968f44Copy full SHA for 5968f44
.github/workflows/ci.yml
@@ -58,16 +58,10 @@ jobs:
58
cabal:
59
- "3.10"
60
ghc:
61
- - "8.10.7"
62
- "9.0.2"
63
- "9.2.8"
64
- "9.4.8"
65
- "9.6.4"
66
- exclude:
67
- # Clash 1.6 doesn't support latest GHCs
68
- - {clash: "1.8.1", ghc: "9.2.8"}
69
- - {clash: "1.8.1", ghc: "9.4.8"}
70
- - {clash: "1.8.1", ghc: "9.6.4"}
71
72
env:
73
clash_version: ${{ matrix.clash }}
clash-protocols.cabal
@@ -91,8 +91,8 @@ common common-options
91
92
default-language: Haskell2010
93
build-depends:
94
- -- GHC >= 8.10
95
- base >= 4.14.0.0,
+ -- GHC >= 9.0
+ base >= 4.15.0.0,
96
Cabal,
97
98
clash-prelude >= 1.8.1 && < 1.10,
0 commit comments