diff --git a/GLFW-b.cabal b/GLFW-b.cabal
--- a/GLFW-b.cabal
+++ b/GLFW-b.cabal
@@ -1,5 +1,5 @@
 name:         GLFW-b
-version:      0.1.0.3
+version:      0.1.0.4
 
 category:     Graphics
 
diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -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    \
