Skip to content
Snippets Groups Projects
Unverified Commit 17217c3a authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

Merge pull request #9679 from haskell/bgamari-patch-1

Cabal: Allow Win32-2.14
parents 32d9319c ec71ed5b
No related branches found
No related tags found
No related merge requests found
Pipeline #89432 passed
...@@ -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