Skip to content

Commit 5968f44

Browse files
committed
Remove support for GHC 8
1 parent 6c0e8f1 commit 5968f44

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,10 @@ jobs:
5858
cabal:
5959
- "3.10"
6060
ghc:
61-
- "8.10.7"
6261
- "9.0.2"
6362
- "9.2.8"
6463
- "9.4.8"
6564
- "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"}
7165

7266
env:
7367
clash_version: ${{ matrix.clash }}

clash-protocols.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ common common-options
9191

9292
default-language: Haskell2010
9393
build-depends:
94-
-- GHC >= 8.10
95-
base >= 4.14.0.0,
94+
-- GHC >= 9.0
95+
base >= 4.15.0.0,
9696
Cabal,
9797

9898
clash-prelude >= 1.8.1 && < 1.10,

0 commit comments

Comments
 (0)