File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ 2.7.0.7
2+ -------
3+ * Removed redundant constraints.
4+
152.7.0.6
26--------
37* Relaxed upper version bound for ` OpenGLRaw ` .
Original file line number Diff line number Diff line change 11name : GLUT
2- version : 2.7.0.6
2+ version : 2.7.0.7
33synopsis : A binding for the OpenGL Utility Toolkit
44description :
55 A Haskell binding for the OpenGL Utility Toolkit, a window system independent
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ bitmapString f s = do
7979 i <- marshalBitmapFont f
8080 mapM_ (\ c -> withChar c (glutBitmapCharacter i)) s
8181
82- withChar :: MonadIO m => Char -> (CInt -> m a ) -> m a
82+ withChar :: Char -> (CInt -> m a ) -> m a
8383withChar c f = f . fromIntegral . ord $ c
8484
8585--------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments