GLUT 2.7.0.11 → 2.7.0.12
raw patch · 3 files changed
+9/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- GLUT.cabal +3/−2
- cbits/HsGLUT.c +2/−0
CHANGELOG.md view
@@ -1,3 +1,7 @@+2.7.0.12+--------+* Mac OS X: Make it possible to link against freeglut.+ 2.7.0.11 -------- * Linux: Try to load versioned GLUT library, too, because the unversioned one is often in *-dev packages only.
GLUT.cabal view
@@ -1,5 +1,5 @@ name: GLUT-version: 2.7.0.11+version: 2.7.0.12 synopsis: A binding for the OpenGL Utility Toolkit description: A Haskell binding for the OpenGL Utility Toolkit, a window system independent@@ -23,7 +23,8 @@ GHC == 7.8.4 GHC == 7.10.3 GHC == 8.0.2- GHC == 8.1+ GHC == 8.2.1+ GHC == 8.3 cabal-version: >= 1.10 extra-source-files: CHANGELOG.md
cbits/HsGLUT.c view
@@ -50,6 +50,8 @@ static const char* libNames[] = { #ifdef __APPLE__+ /* Try to use freeglut, checking the LD_LIBRARY_PATH */+ "libglut.dylib", /* Try public framework path first. */ "/Library/Frameworks/GLUT.framework/GLUT", /* If the public path failed, try the system framework path. */