Skip to content

Commit

Permalink
Relax upper bound on Win32
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell authored and supki committed Aug 14, 2024
1 parent 04f6ccc commit 90c3cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terminal-size.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ library
if os(windows)
build-depends:
process,
Win32 >= 2.13.2.0 && < 2.14
Win32 >= 2.13.2.0 && < 2.15

build-tools:
hsc2hs
Expand Down

0 comments on commit 90c3cd1

Please sign in to comment.