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 379e45c commit 7b6676aCopy full SHA for 7b6676a
haskell-language-server.cabal
@@ -1737,10 +1737,11 @@ executable haskell-language-server-wrapper
1737
, unliftio-core
1738
if !os(windows)
1739
build-depends:
1740
- unix
+ , unix
1741
, containers
1742
-
1743
+ else
+ build-depends:
1744
+ , process
1745
1746
test-suite func-test
1747
import: defaults
0 commit comments