From 320e071fa413aabcb2528361adf3743cbbbe623a Mon Sep 17 00:00:00 2001 From: Langston Barrett Date: Wed, 1 Nov 2023 17:18:54 -0400 Subject: [PATCH] crucible-syntax: Bump version bound on megaparsec (#1114) --- crucible-syntax/crucible-syntax.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crucible-syntax/crucible-syntax.cabal b/crucible-syntax/crucible-syntax.cabal index 56e7399dd..188e1a03c 100644 --- a/crucible-syntax/crucible-syntax.cabal +++ b/crucible-syntax/crucible-syntax.cabal @@ -24,7 +24,7 @@ library mtl, parameterized-utils >= 0.1.7, prettyprinter >= 1.7.0, - megaparsec >= 7.0 && < 9.4, + megaparsec >= 7.0 && < 9.7, text, transformers, vector,