Skip to content

Commit 8f2be1c

Browse files
committed
Add comment with explanation and issue link
1 parent af7f0b4 commit 8f2be1c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

haskell-language-server.cabal

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,9 @@ executable haskell-language-server-wrapper
205205
, process
206206
default-language: Haskell2010
207207

208+
-- This common stanza simulates a previous private lib
209+
-- We removed it due to issues with stack when loading the project using a stack based hie.yaml
210+
-- See https://github.com/haskell/haskell-language-server/issues/114
208211
common hls-test-utils
209212
import: agpl
210213
hs-source-dirs: test/utils

0 commit comments

Comments
 (0)