Skip to content

Commit 5e50b97

Browse files
committed
GH-595: platform-conditionalise Win32-network
1 parent a9b9bdc commit 5e50b97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

iohk-monitoring/iohk-monitoring.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,11 @@ library
124124
transformers,
125125
unordered-containers,
126126
vector,
127-
Win32-network,
128127
yaml, libyaml
129128

130129
if os(windows)
131-
build-depends: Win32
130+
build-depends: Win32,
131+
Win32-network
132132
else
133133
build-depends: unix
134134

0 commit comments

Comments
 (0)