Skip to content

Commit f1ffc11

Browse files
fdeddenivanperez-keera
authored andcommitted
copilot-theorem: Bump what4 upper bound to < 1.7. Refs #514.
what4 has seen a new release 1.6, but copilot-theorem needs versions strictly lower than 1.6. This version is API-compatible for all features used by copilot-theorem, but it includes support for GHC 9.8, which we want to also support.
1 parent 9e4b1cb commit f1ffc11

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.6
64+
, what4 >= 1.3 && < 1.7
6565

6666
, copilot-core >= 3.19.1 && < 3.20
6767
, copilot-prettyprinter >= 3.19.1 && < 3.20

0 commit comments

Comments
 (0)