Skip to content
Snippets Groups Projects
Unverified Commit eba45a3b authored by Mikolaj Konarski's avatar Mikolaj Konarski Committed by GitHub
Browse files

Merge pull request #9685 from haskell/mergify/bp/3.10/pr-9679

Cabal: Allow Win32-2.14 (backport #9679)
parents 1972a173 5ba05c27
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ library ...@@ -47,7 +47,7 @@ library
time >= 1.4.0.1 && < 1.13 time >= 1.4.0.1 && < 1.13
if os(windows) if os(windows)
build-depends: Win32 >= 2.3.0.0 && < 2.14 build-depends: Win32 >= 2.3.0.0 && < 2.15
else else
build-depends: unix >= 2.6.0.0 && < 2.9 build-depends: unix >= 2.6.0.0 && < 2.9
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment