Skip to content

Commit

Permalink
GH-595: platform-conditionalise Win32-network
Browse files Browse the repository at this point in the history
  • Loading branch information
deepfire committed Nov 23, 2020
1 parent 65834fc commit 746918c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iohk-monitoring/iohk-monitoring.cabal
Expand Up @@ -124,11 +124,11 @@ library
transformers,
unordered-containers,
vector,
Win32-network,
yaml, libyaml

if os(windows)
build-depends: Win32
build-depends: Win32,
Win32-network
else
build-depends: unix

Expand Down

0 comments on commit 746918c

Please sign in to comment.