nxths

Results 2 issues of nxths

When importing SDL the following program will no longer print anything: ``` haskell module Main where import qualified SDL main :: IO () main = print "5" ``` Removing the...

Windows

Same idea as https://github.com/haskell-game/sdl2-ttf/commit/8d68a46424457477739bb7fbfc19de304c916171, tested building this successfully with GHC 8.10.7 and GHC 9.0.2. EDIT: Would normally bump the patch version in the cabal file but not sure what the...