Skip to content

Commit

Permalink
Bump OpenGL version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeplus64 committed Jun 4, 2012
1 parent 4e4d07e commit 4e74cf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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
Expand Down Expand Up @@ -27,7 +27,7 @@ library
Graphics.Fonts.OpenGL.Basic4x6

build-depends:
OpenGL == 2.4.*,
OpenGL == 2.5.*,
base == 4.*

ghc-options: -Wall -O2
Expand All @@ -44,7 +44,7 @@ executable show-font-basic4x6

build-depends:
GLFW-b == 0.*,
OpenGL == 2.4.*,
OpenGL == 2.5.*,
base == 4.*

ghc-options: -Wall -O2
Expand Down

0 comments on commit 4e74cf2

Please sign in to comment.