Skip to content

Commit

Permalink
crucible: Explicitly require what4-1.6.1 or greater
Browse files Browse the repository at this point in the history
As of #1211, `crucible` requires `what4-1.6.1` or later to build, but this was
not reflected in the `.cabal` file's version bounds. Fix this, and also bump
the `what4` submodule to version 1.6.1.

Fixes #1246.
  • Loading branch information
RyanGlScott committed Sep 3, 2024
1 parent 4661e4e commit 9399334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crucible/crucible.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ library
transformers,
unordered-containers,
vector,
what4 >= 0.4
what4 >= 1.6.1

default-extensions:
NondecreasingIndentation
Expand Down
2 changes: 1 addition & 1 deletion dependencies/what4

0 comments on commit 9399334

Please sign in to comment.