Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit bceb3d5

Browse files
committed
[RCD-52] cardano-sl-tools: conditionally depend on Win32
1 parent ade060c commit bceb3d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/cardano-sl-tools.cabal

+2
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,8 @@ executable cardano-launcher
222222
, yaml
223223
if !os(windows)
224224
build-depends: unix
225+
else
226+
build-depends: Win32
225227
default-language: Haskell2010
226228
ghc-options: -threaded
227229
-Wall

0 commit comments

Comments
 (0)