Skip to content
Snippets Groups Projects
Unverified Commit d9e231ed authored by Ben Gamari's avatar Ben Gamari :turtle: Committed by GitHub
Browse files

Allow Win32-2.9.0.0

This will be necessary for GHC 9.0 to accommodate WinIO.
parent fec3730b
No related branches found
No related tags found
No related merge requests found
......@@ -325,7 +325,7 @@ library
build-depends: binary >= 0.7 && < 0.9
if os(windows)
build-depends: Win32 >= 2.3.0.0 && < 2.9
build-depends: Win32 >= 2.3.0.0 && < 2.10
else
build-depends: unix >= 2.6.0.0 && < 2.8
......
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