diff --git a/linear-opengl.cabal b/linear-opengl.cabal
--- a/linear-opengl.cabal
+++ b/linear-opengl.cabal
@@ -1,5 +1,5 @@
 name:                linear-opengl
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            Isomorphisms between linear and OpenGL types
 description:         This provides various useful utilities for mapping OpenGL vectors, vertices, and matrices to their analogues in the `linear` package
 homepage:            http://www.github.com/bgamari/linear-opengl
diff --git a/src/Linear/OpenGL.hs b/src/Linear/OpenGL.hs
--- a/src/Linear/OpenGL.hs
+++ b/src/Linear/OpenGL.hs
@@ -8,7 +8,7 @@
 import Linear.Affine
 import Graphics.Rendering.OpenGL.GL
 import Control.Lens       
-import Foreign
+import Foreign hiding (unsafePerformIO)
 import System.IO.Unsafe (unsafePerformIO)
 
 glMatrixToM44 :: MatrixComponent a => GLmatrix a -> IO (M44 a)
