Skip to content

Commit e1748d9

Browse files
committed
Fixed typo
1 parent 1ed4844 commit e1748d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Graphics/Rendering/OpenGL/Raw/GetProcAddress.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module Graphics.Rendering.OpenGL.Raw.GetProcAddress (
3030
) where
3131

3232
#if !MIN_VERSION_base(4,8,0)
33-
import Data.Function( (<$>), (<$) )
33+
import Data.Functor( (<$>), (<$) )
3434
#endif
3535
import Control.Monad ( forM )
3636
import Control.Monad.IO.Class ( MonadIO(..) )

0 commit comments

Comments
 (0)