Skip to content

Commit

Permalink
Relaxed version bound of 'containers' package. Bumped version to 3.0.…
Browse files Browse the repository at this point in the history
…2.2.
  • Loading branch information
svenpanne committed Jul 25, 2018
1 parent be03591 commit 06afb4a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
3.0.2.2
-------
* Relaxed upper version bound for `containers`.

3.0.2.1
-------
* Relaxed upper version bound for `OpenGLRaw`.
Expand Down
6 changes: 3 additions & 3 deletions OpenGL.cabal
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: OpenGL
version: 3.0.2.1
version: 3.0.2.2
synopsis: A binding for the OpenGL graphics system
description:
A Haskell binding for the OpenGL graphics system (GL, version 4.5) and its
A Haskell binding for the OpenGL graphics system (GL, version 4.6) and its
accompanying utility library (GLU, version 1.3).
.
OpenGL is the industry's most widely used and supported 2D and 3D graphics
Expand Down Expand Up @@ -160,7 +160,7 @@ library
build-depends:
base >= 3 && < 5,
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,
containers >= 0.3 && < 0.7,
text >= 0.1 && < 1.3,
transformers >= 0.2 && < 0.6,
ObjectName >= 1.1 && < 1.2,
Expand Down

0 comments on commit 06afb4a

Please sign in to comment.