We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af7f0b4 commit 8f2be1cCopy full SHA for 8f2be1c
haskell-language-server.cabal
@@ -205,6 +205,9 @@ executable haskell-language-server-wrapper
205
, process
206
default-language: Haskell2010
207
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
211
common hls-test-utils
212
import: agpl
213
hs-source-dirs: test/utils
0 commit comments