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
+
1
5
2.7.0.6
2
6
--------
3
7
* Relaxed upper version bound for ` OpenGLRaw ` .
Original file line number Diff line number Diff line change 1
1
name : GLUT
2
- version : 2.7.0.6
2
+ version : 2.7.0.7
3
3
synopsis : A binding for the OpenGL Utility Toolkit
4
4
description :
5
5
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
79
79
i <- marshalBitmapFont f
80
80
mapM_ (\ c -> withChar c (glutBitmapCharacter i)) s
81
81
82
- withChar :: MonadIO m => Char -> (CInt -> m a ) -> m a
82
+ withChar :: Char -> (CInt -> m a ) -> m a
83
83
withChar c f = f . fromIntegral . ord $ c
84
84
85
85
--------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments