From b715a251ebf44eed4f7a62535b3c4180d421ccc3 Mon Sep 17 00:00:00 2001 From: Peter Becich Date: Sat, 31 May 2025 23:38:54 -0700 Subject: [PATCH] allow Diff 1.x https://hackage.haskell.org/package/Diff --- ghcide/ghcide.cabal | 2 +- haskell-language-server.cabal | 2 +- hls-plugin-api/hls-plugin-api.cabal | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ghcide/ghcide.cabal b/ghcide/ghcide.cabal index 6ab42d8f3a..4d4b481c14 100644 --- a/ghcide/ghcide.cabal +++ b/ghcide/ghcide.cabal @@ -57,7 +57,7 @@ library , deepseq , dependent-map , dependent-sum - , Diff ^>=0.5 + , Diff ^>=0.5 || ^>=1.0.0 , directory , dlist , enummapset diff --git a/haskell-language-server.cabal b/haskell-language-server.cabal index d756795e78..fd14c7f5b9 100644 --- a/haskell-language-server.cabal +++ b/haskell-language-server.cabal @@ -473,7 +473,7 @@ library hls-eval-plugin , bytestring , containers , deepseq - , Diff ^>=0.5 + , Diff ^>=0.5 || ^>=1.0.0 , dlist , extra , filepath diff --git a/hls-plugin-api/hls-plugin-api.cabal b/hls-plugin-api/hls-plugin-api.cabal index 7fda80cf99..bad55992bb 100644 --- a/hls-plugin-api/hls-plugin-api.cabal +++ b/hls-plugin-api/hls-plugin-api.cabal @@ -60,7 +60,7 @@ library , data-default , dependent-map , dependent-sum >=0.7 - , Diff ^>=0.5 + , Diff ^>=0.5 || ^>=1.0.0 , dlist , extra , filepath