GLFW-b 0.1.0.3 → 0.1.0.4
raw patch · 2 files changed
+4/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- GLFW-b.cabal +1/−1
- Makefile +3/−2
GLFW-b.cabal view
@@ -1,5 +1,5 @@ name: GLFW-b-version: 0.1.0.3+version: 0.1.0.4 category: Graphics
Makefile view
@@ -1,5 +1,6 @@-GCCFLAGS := $(shell ghc --info | ghc -e "fmap read getContents >>= \- putStrLn . unwords . read . Data.Maybe.fromJust . lookup \+GHC := ghc -ignore-dot-ghci+GCCFLAGS := $(shell $(GHC) --info | $(GHC) -e "fmap read getContents >>= \+ putStrLn . unwords . read . Data.Maybe.fromJust . lookup \ \"Gcc Linker flags\"") FRAMEWORK := -framework Cocoa -framework OpenGL GLFW_FLAG := $(GCCFLAGS) -O2 -msse2 -fno-common -Iglfw/include -Iglfw/lib \