Skip to content

Commit 8fc251e

Browse files
committed
Relaxed version bound of 'containers' package.
1 parent 53a6470 commit 8fc251e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
3.3.0.2
22
-------
33
* Updated OpenGL registry tob7aee529f.
4+
* Relaxed version bound of `containers` package.
45

56
3.3.0.1
67
-------

OpenGLRaw.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ library
681681
build-depends:
682682
base >= 4 && < 5,
683683
bytestring >= 0.9 && < 0.11,
684-
containers >= 0.3 && < 0.6,
684+
containers >= 0.3 && < 0.7,
685685
fixed >= 0.2 && < 0.3,
686686
half >= 0.2.2.1 && < 0.4,
687687
text >= 0.1 && < 1.3,

0 commit comments

Comments
 (0)