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 cde0a0c commit 892734cCopy full SHA for 892734c
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