From 8bf48b275e099b213212360530334e4944c7123f Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sat, 26 Mar 2022 03:39:55 +0800 Subject: [PATCH] Allow sbv 8.17 Tested to build fine here. --- cryptol.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptol.cabal b/cryptol.cabal index e65b1579..c71ecaad 100644 --- a/cryptol.cabal +++ b/cryptol.cabal @@ -64,7 +64,7 @@ library parameterized-utils >= 2.0.2, prettyprinter >= 1.7.0, process >= 1.2, - sbv >= 8.10 && < 8.17, + sbv >= 8.10 && < 8.18, simple-smt >= 0.9.7, stm >= 2.4, strict,