Skip to content

Commit 1152a8f

Browse files
copilot-theorem: Relax version constraint on what4. Refs #611.
what4 has seen a new release 1.7, but copilot-theorem needs versions strictly lower than 1.7. This version is API-compatible for all features used by copilot-theorem.
1 parent e95cc62 commit 1152a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

copilot-theorem/copilot-theorem.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ library
6161
, random >= 1.1 && < 1.3
6262
, transformers >= 0.5 && < 0.7
6363
, xml >= 1.3 && < 1.4
64-
, what4 >= 1.3 && < 1.7
64+
, what4 >= 1.3 && < 1.8
6565

6666
, copilot-core >= 4.4 && < 4.5
6767
, copilot-prettyprinter >= 4.4 && < 4.5

0 commit comments

Comments
 (0)