From c4de91be5d222bf4ac9260aa7ff6f97fe7b20ae4 Mon Sep 17 00:00:00 2001 From: Ayman Nadeem Date: Fri, 7 Feb 2020 19:09:13 -0500 Subject: [PATCH] Update semantic-json.cabal --- semantic-json/semantic-json.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/semantic-json/semantic-json.cabal b/semantic-json/semantic-json.cabal index 802d51bc6..0f64ca4da 100644 --- a/semantic-json/semantic-json.cabal +++ b/semantic-json/semantic-json.cabal @@ -31,7 +31,7 @@ common haskell , template-haskell ^>= 2.15 , text ^>= 1.2.3 , tree-sitter ^>= 0.8 - , tree-sitter-json ^>= 0.6 + , tree-sitter-json ^>= 0.7.0.0 ghc-options: -Weverything @@ -71,4 +71,4 @@ test-suite test , text , tasty , tasty-hedgehog - , tasty-hunit \ No newline at end of file + , tasty-hunit