Skip to content

Commit

Permalink
Upgrade to hedgehog-1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Aug 5, 2024
1 parent 25156b2 commit 30b3b6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ["9.8.1", "9.6.3", "9.4.8", "9.2.8", "9.0.2", "8.10.7"]
ghc: ["9.8.1", "9.6.3", "9.4.8"]
os: [ubuntu-latest, macOS-latest, windows-latest]

env:
Expand All @@ -31,7 +31,7 @@ jobs:
id: setup-haskell
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: '3.10.2.1'
cabal-version: '3.10.3.0'

- name: Set some window specific things
if: matrix.os == 'windows-latest'
Expand Down
2 changes: 1 addition & 1 deletion hw-ip.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ common containers { build-depends: containers >=
common doctest { build-depends: doctest >= 0.16.2 && < 0.23 }
common doctest-discover { build-depends: doctest-discover >= 0.2 && < 0.3 }
common generic-lens { build-depends: generic-lens >= 2.2 && < 2.3 }
common hedgehog { build-depends: hedgehog >= 0.6 && < 1.5 }
common hedgehog { build-depends: hedgehog >= 0.6 && < 2 }
common hspec { build-depends: hspec >= 2.4.4 && < 3 }
common hw-bits { build-depends: hw-bits >= 0.7 && < 0.8 }
common hw-hspec-hedgehog { build-depends: hw-hspec-hedgehog >= 0.1.0.2 && < 0.2 }
Expand Down

0 comments on commit 30b3b6f

Please sign in to comment.