Skip to content

Commit

Permalink
Enable building against GHC 9.10 (#18)
Browse files Browse the repository at this point in the history
Add GHC 9.10 support

Co-authored-by: Peter Lebbing <[email protected]>
  • Loading branch information
kleinreact and DigitalBrains1 authored Dec 5, 2024
1 parent bbecbdc commit 9fdce63
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .ci/gitlab/branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,20 @@ tests-release:
matrix:
- GHC_VERSION: [9.6.6, 9.4.8, 9.2.8]

tests-master:
stage: test
rules:
- if: $CLASH_BRANCH == "master"
needs: []
trigger:
include: .ci/gitlab/test.yaml
strategy: depend
variables:
CLASH_BRANCH: "$CLASH_BRANCH"
parallel:
matrix:
- GHC_VERSION: 9.10.1

stack-build:
extends: .common-local
image: fpco/stack-build:lts-22.33
Expand Down
2 changes: 1 addition & 1 deletion cabal.project-common
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
index-state: 2024-08-30T20:09:00Z
index-state: 2024-12-04T12:55:18Z

packages:
clash-cores.cabal
Expand Down
2 changes: 1 addition & 1 deletion clash-cores.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ library
reducers >= 3.12.2 && < 4.0,
text >= 1.2.2 && < 2.2,
constraints >= 0.9 && < 1.0,
template-haskell >= 2.12.0.0 && < 2.22,
template-haskell >= 2.12.0.0 && < 2.23,

test-suite unit-tests
import: basic-config
Expand Down

0 comments on commit 9fdce63

Please sign in to comment.