Skip to content

Commit

Permalink
Bump versions in Stack and CI to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalBrains1 committed Jan 28, 2025
1 parent 3455dce commit e169406
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Setup Stack / GHC
uses: haskell-actions/setup@v2
with:
ghc-version: '9.4.8'
cabal-version: '3.10.2.1'
ghc-version: '9.8.4'
cabal-version: '3.14.1.1'
enable-stack: true
stack-version: 'latest'

Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
clash:
- "1.8.2"
cabal:
- "3.10"
- "3.14.1.1"
ghc:
- "9.0.2"
- "9.2.8"
Expand All @@ -80,11 +80,11 @@ jobs:
- "9.10.1"
include:
- check_haddock: "False"
- ghc: "9.6.4"
- ghc: "9.6.6"
check_haddock: "True"
os: "ubuntu-latest"
clash: "1.8.2"
cabal: "3.10"
cabal: "3.14.1.1"

env:
check_haddock: ${{ matrix.check_haddock }}
Expand Down
8 changes: 5 additions & 3 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-21.25 # ghc-9.4.8
resolver: lts-23.6 # ghc-9.8.4

packages:
- clash-protocols-base
Expand All @@ -7,5 +7,7 @@ packages:
extra-deps:
- git: https://github.com/cchalmers/circuit-notation.git
commit: 564769c52aa05b90f81bbc898b7af7087d96613d
- clash-prelude-1.8.1
- clash-prelude-hedgehog-1.8.1
- clash-prelude-1.8.2
- clash-prelude-hedgehog-1.8.2
- hedgehog-1.4@sha256:9860ab34ab3951d9515c71b777d8c9c47610aae7339933e17d26ad9a4afa5618,4754
- tasty-1.4.3@sha256:5b53fded93109f6704b599c3498eb73c5b0ed1a975f1912dd98b4b19c61f8bc9,2653

0 comments on commit e169406

Please sign in to comment.