diff options
-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 |