Skip to content

Commit

Permalink
Relaxed upper version bound for OpenGLRaw. Bumped version to 2.0.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
svenpanne committed May 11, 2016
1 parent 23313fc commit cb7e0ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.0.0.2
-------
* Relaxed upper version bound for `OpenGLRaw`.
* Silence warnings about pattern synonyms with no type signatures.

2.0.0.1
-------
* Relaxed upper version bound for `OpenGLRaw`.
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.1
version: 2.0.0.2
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 @@ -51,7 +51,7 @@ library
build-depends:
base >= 4 && < 5,
transformers >= 0.2 && < 0.6,
OpenGLRaw >= 3.0 && < 3.2
OpenGLRaw >= 3.0 && < 3.3
default-language: Haskell2010
ghc-options: -Wall
if impl(ghc > 8)
Expand Down

0 comments on commit cb7e0ca

Please sign in to comment.