Skip to content

Commit

Permalink
Fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
bolt12 committed Mar 27, 2023
1 parent adaab31 commit 43ba7d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ouroboros-consensus/ouroboros-consensus.cabal
Expand Up @@ -332,7 +332,7 @@ library
, vector >=0.12 && <0.13

if os(windows)
build-depends: Win32 >=2.6.1.0
build-depends:

else
build-depends:
Expand Down
3 changes: 1 addition & 2 deletions ouroboros-network/ouroboros-network.cabal
Expand Up @@ -222,8 +222,7 @@ test-suite test
typed-protocols-examples,

if os(windows)
build-depends: Win32-network <0.2.0.0,
Win32 >= 2.5.4.1 && <3.0
build-depends: Win32-network <0.2.0.0
else
build-depends: process

Expand Down

0 comments on commit 43ba7d3

Please sign in to comment.