Skip to content

Commit fbf5fdf

Browse files
committed
Relaxed version bound of 'containers' package. Bumped version to 2.7.0.14.
1 parent fe347ba commit fbf5fdf

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.7.0.14
2+
--------
3+
* Relaxed upper version bound for `containers`.
4+
15
2.7.0.13
26
--------
37
* Relaxed upper version bound for `OpenGLRaw`.

GLUT.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: GLUT
2-
version: 2.7.0.13
2+
version: 2.7.0.14
33
synopsis: A binding for the OpenGL Utility Toolkit
44
description:
55
A Haskell binding for the OpenGL Utility Toolkit, a window system independent
@@ -88,7 +88,7 @@ library
8888
build-depends:
8989
base >= 3 && < 5,
9090
array >= 0.3 && < 0.6,
91-
containers >= 0.3 && < 0.6,
91+
containers >= 0.3 && < 0.7,
9292
transformers >= 0.2 && < 0.6,
9393
StateVar >= 1.1 && < 1.2,
9494
OpenGL >= 2.12 && < 3.1

0 commit comments

Comments
 (0)