We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ed4844 commit e1748d9Copy full SHA for e1748d9
src/Graphics/Rendering/OpenGL/Raw/GetProcAddress.hs
@@ -30,7 +30,7 @@ module Graphics.Rendering.OpenGL.Raw.GetProcAddress (
30
) where
31
32
#if !MIN_VERSION_base(4,8,0)
33
-import Data.Function( (<$>), (<$) )
+import Data.Functor( (<$>), (<$) )
34
#endif
35
import Control.Monad ( forM )
36
import Control.Monad.IO.Class ( MonadIO(..) )
0 commit comments