From 941d20bdea95a90586aa82054038cc61db854d97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CB=8Cbod=CA=B2=C9=AA=CB=88=C9=A1r=CA=B2im?= Date: Sat, 9 Jul 2022 12:39:10 +0100 Subject: [PATCH] hls-fourmolu-plugin: add lower bound for process-extras There is no `System.Process.Run` before `process-extras-0.7.1` --- plugins/hls-fourmolu-plugin/hls-fourmolu-plugin.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/hls-fourmolu-plugin/hls-fourmolu-plugin.cabal b/plugins/hls-fourmolu-plugin/hls-fourmolu-plugin.cabal index 75a8ab15ad..96eaf7dc64 100644 --- a/plugins/hls-fourmolu-plugin/hls-fourmolu-plugin.cabal +++ b/plugins/hls-fourmolu-plugin/hls-fourmolu-plugin.cabal @@ -36,7 +36,7 @@ library , hls-plugin-api ^>=1.4 , lens , lsp - , process-extras + , process-extras >= 0.7.1 , text default-language: Haskell2010