Skip to content

Commit

Permalink
Merge pull request #1 from Peaker/master
Browse files Browse the repository at this point in the history
Works with OpenGL 2.5.0.0
  • Loading branch information
sinelaw committed Feb 13, 2012
2 parents 90d2499 + 2e2aa30 commit bf37c19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graphics-drawingcombinators.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Description:
have to go into the deep, dark world of imperative stateful
programming just to draw stuff. It supports 2D only (for now),
with support drawing geometry, images, and text.
Version: 1.4.1
Version: 1.4.2
Stability: experimental
Synopsis: A functional interface to 2D drawing in OpenGL
License: BSD3
Expand All @@ -20,7 +20,7 @@ Flag ftgl
Description: Does the system have FTGL, thus we could use not sucky fonts

Library
Build-Depends: base == 4.*, containers, OpenGL == 2.4.*, stb-image == 0.2.*, bitmap-opengl == 0.0.*
Build-Depends: base == 4.*, containers, OpenGL >= 2.4 && < 2.6, stb-image == 0.2.*, bitmap-opengl == 0.0.*
Exposed-Modules: Graphics.DrawingCombinators, Graphics.DrawingCombinators.Affine
ghc-options : -Wall
Ghc-Prof-Options: -prof -auto-all
Expand Down

0 comments on commit bf37c19

Please sign in to comment.