Skip to content

Instantly share code, notes, and snippets.

@RyanGlScott
Last active April 3, 2016 00:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RyanGlScott/c8b62db25266a282835c to your computer and use it in GitHub Desktop.
Save RyanGlScott/c8b62db25266a282835c to your computer and use it in GitHub Desktop.

Do each of the following libraries work in GHCi on Windows?

logfloat sdl2 GLFW-b
GHC 7.10.3 No (can't load .so/.DLL for: m.dll) No (can't load .so/.DLL for: mingw32.dll) Yes/No (Occasionally segfaults)
GHC 8.0.1-rc2 Yes No (duplicate definition of wmain) No (won't install, unknown symbol '__ms_vsnprintf')
GHC HEAD (Phab:D1805) Yes Yes Yes/No (Occasionally Segmentation fault/access violation in generated code)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment