Skip to content

Commit d1fddc5

Browse files
authored
Merge pull request #159 from haskell/allow-win32-2.14
Allow Win32-2.14
2 parents eb34da1 + 3f141e9 commit d1fddc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HTTP.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Library
145145
ghc-options: -Werror
146146

147147
if os(windows)
148-
Build-depends: Win32 >= 2.2.0.0 && < 2.14
148+
Build-depends: Win32 >= 2.2.0.0 && < 2.15
149149

150150
Test-Suite test
151151
type: exitcode-stdio-1.0

0 commit comments

Comments
 (0)