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 e4777ac commit ec6b0a2
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -75,7 +75,7 @@ jobs:
clash:
- "1.8.2"
cabal:
- "3.10"
- "3.14.1.1"
ghc:
- "9.0.2"
- "9.2.8"
Expand All @@ -84,11 +84,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
6 changes: 3 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,5 @@ 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

0 comments on commit ec6b0a2

Please sign in to comment.