Skip to content
Snippets Groups Projects
Unverified Commit c16afcda authored by Ben Gamari's avatar Ben Gamari 🐢 Committed by GitHub
Browse files

Allow Win32-2.9

This will be necessary for GHC 9.0 due to the introduction of WinIO.
parent 75165a9d
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ Library ...@@ -58,7 +58,7 @@ Library
time >= 1.4 && < 1.11, time >= 1.4 && < 1.11,
filepath >= 1.3 && < 1.5 filepath >= 1.3 && < 1.5
if os(windows) if os(windows)
build-depends: Win32 >= 2.2.2 && < 2.9 build-depends: Win32 >= 2.2.2 && < 2.10
else else
build-depends: unix >= 2.5.1 && < 2.9 build-depends: unix >= 2.5.1 && < 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