From a72ac157232ea7717a390e60c7b2eb48e113fd48 Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Fri, 15 May 2020 16:08:43 +0100 Subject: [PATCH] Loosen the bounds on Glob --- lsp-test.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsp-test.cabal b/lsp-test.cabal index 1fc743a..34b80b9 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -55,7 +55,7 @@ library , Diff , directory , filepath - , Glob ^>= 0.10 + , Glob >= 0.9 && < 0.11 , lens , mtl , parser-combinators >= 1.2 -- 2.30.2