Skip to content

Commit

Permalink
Relaxed upper version bound for OpenGLRaw. Bumped version to 2.0.0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
svenpanne committed Mar 22, 2018
1 parent 64f636d commit f70b4bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.0.0.4
-------
* Relaxed upper version bound for `OpenGLRaw`.

2.0.0.3
-------
* Fixed dynamic loading of GLU library for recent GHC versions.
Expand Down
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: 2.0.0.3
version: 2.0.0.4
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 @@ -53,7 +53,7 @@ library
build-depends:
base >= 4 && < 5,
transformers >= 0.2 && < 0.6,
OpenGLRaw >= 3.0 && < 3.3
OpenGLRaw >= 3.0 && < 3.4
default-language: Haskell2010
ghc-options: -Wall
if impl(ghc > 8)
Expand Down

0 comments on commit f70b4bb

Please sign in to comment.