Skip to content

Commit ec3c09a

Browse files
wz1000fendor
andauthored
hls-cabal-plugin: Fix cabal-add bound (#4642) (#4652)
* hls-cabal-plugin: Fix cabal-add bound (#4642) * Update haskell-language-server.cabal --------- Co-authored-by: fendor <[email protected]>
1 parent 8cac5fb commit ec3c09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell-language-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ library hls-cabal-plugin
282282
, transformers
283283
, unordered-containers >=0.2.10.0
284284
, containers
285-
, cabal-add
285+
, cabal-add ^>=0.1
286286
, process
287287
, aeson
288288
, Cabal

0 commit comments

Comments
 (0)