Skip to content

Commit

Permalink
Relaxed OpenGLRaw bound. Bumped version to 1.5.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
svenpanne committed May 3, 2015
1 parent 4da4d20 commit 3b02652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GLURaw.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: GLURaw
version: 1.5.0.0
version: 1.5.0.1
synopsis: A raw binding for the OpenGL graphics system
description:
GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility library. It is
Expand Down Expand Up @@ -45,7 +45,7 @@ library
build-depends:
base >= 4 && < 5,
transformers >= 0.2 && < 0.5,
OpenGLRaw >= 2.4 && < 2.5
OpenGLRaw >= 2.4 && < 2.6
default-language: Haskell2010
ghc-options: -Wall
other-extensions: CPP
Expand Down

0 comments on commit 3b02652

Please sign in to comment.