diff --git a/font-opengl-basic4x6.cabal b/font-opengl-basic4x6.cabal
--- a/font-opengl-basic4x6.cabal
+++ b/font-opengl-basic4x6.cabal
@@ -1,5 +1,5 @@
 name:        font-opengl-basic4x6
-version:     0.0.2
+version:     0.0.3
 category:    Graphics
 synopsis:    Basic4x6 font for OpenGL
 description: Basic4x6 font for OpenGL containing digits and symbols. It is
@@ -27,7 +27,7 @@
     Graphics.Fonts.OpenGL.Basic4x6
 
   build-depends:
-    OpenGL == 2.4.*,
+    OpenGL == 2.5.*,
     base   == 4.*
 
   ghc-options: -Wall -O2
@@ -44,7 +44,7 @@
 
   build-depends:
     GLFW-b == 0.*,
-    OpenGL == 2.4.*,
+    OpenGL == 2.5.*,
     base   == 4.*
 
   ghc-options: -Wall -O2
