diff options
author | Marc Sunet <jeannekamikaze@gmail.com> | 2012-08-07 23:34:02 +0200 |
---|---|---|
committer | Marc Sunet <jeannekamikaze@gmail.com> | 2012-08-07 23:34:02 +0200 |
commit | d90ccc4d0c6343fe6e6c94084baaf75f8ec95b17 (patch) | |
tree | 7996a7e4d9c08e5d19173fda0a157aed206153db | |
parent | 134f9d6cf39cf3e7d3d405fd268a85b55442cc3b (diff) |
importing Data.StateVar instead of OpenGL StateVar
-rw-r--r-- | Spear/App/Input.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Spear/App/Input.hs b/Spear/App/Input.hs index 3aabdd0..6ebb45d 100644 --- a/Spear/App/Input.hs +++ b/Spear/App/Input.hs | |||
@@ -27,7 +27,7 @@ import Data.Char (ord) | |||
27 | import qualified Data.Vector.Unboxed as V | 27 | import qualified Data.Vector.Unboxed as V |
28 | import qualified Graphics.UI.GLFW as GLFW | 28 | import qualified Graphics.UI.GLFW as GLFW |
29 | import Graphics.Rendering.OpenGL.GL.CoordTrans | 29 | import Graphics.Rendering.OpenGL.GL.CoordTrans |
30 | import Graphics.Rendering.OpenGL.GL.StateVar | 30 | import Data.StateVar |
31 | 31 | ||
32 | 32 | ||
33 | data Key | 33 | data Key |