Skip to content

Commit d0614f5

Browse files
Add version bounds on Win32
1 parent c12ab9e commit d0614f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

streamly-coreutils.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ library
104104
if !os(windows)
105105
build-depends: unix >= 2.7.0 && < 2.9
106106
else
107-
build-depends: Win32
107+
build-depends: Win32 >= 2.6 && < 2.15
108108

109109
hs-source-dirs: src
110110
exposed-modules:

0 commit comments

Comments
 (0)