Skip to content

Commit

Permalink
Allow newer Clash
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinreact committed Dec 5, 2023
1 parent e21bc16 commit b3ad455
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clash-vexriscv-sim/clash-vexriscv-sim.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ common common-options
-- clash-prelude will set suitable version bounds for the plugins
build-depends:
base >= 4.14 && < 4.16,
clash-prelude >= 1.6 && < 1.8,
clash-prelude >= 1.6 && < 1.10,
containers >= 0.6 && < 0.7,
ghc-typelits-natnormalise,
ghc-typelits-extra,
Expand Down
2 changes: 1 addition & 1 deletion clash-vexriscv/clash-vexriscv.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ common common-options
-- clash-prelude will set suitable version bounds for the plugins
build-depends:
base >= 4.14 && < 4.16,
clash-prelude >= 1.6 && < 1.8,
clash-prelude >= 1.6 && < 1.10,
containers >= 0.6 && < 0.7,
ghc-typelits-natnormalise,
ghc-typelits-extra,
Expand Down

0 comments on commit b3ad455

Please sign in to comment.