Skip to content

Commit 750bb58

Browse files
committed
Assist with windows compatibility
1 parent c43790b commit 750bb58

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

haskell-language-server.cabal

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,11 @@ library
7272
, shake >= 0.17.5
7373
, text
7474
, transformers
75-
, unix
7675
, unordered-containers
76+
if os(windows)
77+
build-depends: Win32
78+
else
79+
build-depends: unix
7780
if impl(ghc >= 8.6)
7881
build-depends: ormolu >= 0.0.3.1
7982

0 commit comments

Comments
 (0)