Skip to content

Commit 33ef64a

Browse files
committed
Bump Win32 dependency
1 parent e7a6b59 commit 33ef64a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/streamly-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,4 +591,4 @@ library
591591
build-depends: monad-control >= 1.0 && < 1.1
592592

593593
if os(windows)
594-
build-depends: Win32 >= 2.6 && < 2.14
594+
build-depends: Win32 >= 2.6 && < 2.15

streamly.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ library
577577
build-depends: directory >= 1.2.2 && < 1.4
578578

579579
if os(windows)
580-
build-depends: Win32 >= 2.6 && < 2.14
580+
build-depends: Win32 >= 2.6 && < 2.15
581581

582582
if os(darwin)
583583
build-depends: directory >= 1.2.2 && < 1.4

0 commit comments

Comments
 (0)