Skip to content

Commit ee0b75b

Browse files
authored
Merge pull request #104 from input-output-hk/geo2a/win32-package-bound
fs-api: tighten the package bound on `Win32`
2 parents 77e4809 + a0e76d1 commit ee0b75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs-api/fs-api.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ library
6262
if os(windows)
6363
hs-source-dirs: src-win32
6464
exposed-modules: System.FS.IO.Windows
65-
build-depends: Win32 >=2.6.1.0
65+
build-depends: Win32 ^>=2.14
6666

6767
-- every other distribution is handled like it is Unix-based
6868
else

0 commit comments

Comments
 (0)