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

Bump Win32 bound to <2.11

Cabal is unaffected by the renamings done in 2.10.0.
parent f2a25382
No related branches found
No related tags found
No related merge requests found
...@@ -325,7 +325,7 @@ library ...@@ -325,7 +325,7 @@ library
build-depends: binary >= 0.7 && < 0.9 build-depends: binary >= 0.7 && < 0.9
if os(windows) if os(windows)
build-depends: Win32 >= 2.3.0.0 && < 2.10 build-depends: Win32 >= 2.3.0.0 && < 2.11
else else
build-depends: unix >= 2.6.0.0 && < 2.8 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