Skip to content

Commit 7b6676a

Browse files
committed
Wrapper needs process on windows
1 parent 379e45c commit 7b6676a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

haskell-language-server.cabal

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1737,10 +1737,11 @@ executable haskell-language-server-wrapper
17371737
, unliftio-core
17381738
if !os(windows)
17391739
build-depends:
1740-
unix
1740+
, unix
17411741
, containers
1742-
1743-
1742+
else
1743+
build-depends:
1744+
, process
17441745

17451746
test-suite func-test
17461747
import: defaults

0 commit comments

Comments
 (0)