Open
Description
The following behaviour is seen on Windows 10 and 11, with SDL2 version 2.30.6:
stack repl --package sdl2
ghci> import SDL
ghci> SDL.getClipboardText
[program hangs for 1 second then ghci terminates]
This also crashes downstream programs, such as in monomer
: fjvallarino/monomer#328