Skip to content

Commit b1e21ae

Browse files
copilot-verifier: Relax version constraints on what4. Refs #716.
In order to keep Copilot effectively working in the current Haskell ecosystem, as well as new versions of GHC, we need to extend the versions of dependencies that Copilot can be installed with. For example, ogma-extra has seen release 1.12, but copilot-visualizer needs versions strictly lower than 1.10. This commit relaxes the version constrains on `what4` for the `copilot-verifier` package.
1 parent 175ee43 commit b1e21ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

copilot-verifier/copilot-verifier.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ common bldflags
6262
text,
6363
transformers,
6464
vector,
65-
what4 >= 1.6.1 && < 1.7
65+
what4 >= 1.6.1 && < 1.8
6666

6767
library
6868
import: bldflags

0 commit comments

Comments
 (0)