Skip to content

Commit

Permalink
Cabal: Allow Win32-2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
bgamari authored Jan 31, 2024
1 parent 32d9319 commit ec71ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cabal/Cabal.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ library
time >= 1.4.0.1 && < 1.13

if os(windows)
build-depends: Win32 >= 2.3.0.0 && < 2.14
build-depends: Win32 >= 2.3.0.0 && < 2.15
else
build-depends: unix >= 2.6.0.0 && < 2.9

Expand Down

0 comments on commit ec71ed5

Please sign in to comment.