We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a6470 commit 8fc251eCopy full SHA for 8fc251e
CHANGELOG.md
@@ -1,6 +1,7 @@
1
3.3.0.2
2
-------
3
* Updated OpenGL registry tob7aee529f.
4
+* Relaxed version bound of `containers` package.
5
6
3.3.0.1
7
OpenGLRaw.cabal
@@ -681,7 +681,7 @@ library
681
build-depends:
682
base >= 4 && < 5,
683
bytestring >= 0.9 && < 0.11,
684
- containers >= 0.3 && < 0.6,
+ containers >= 0.3 && < 0.7,
685
fixed >= 0.2 && < 0.3,
686
half >= 0.2.2.1 && < 0.4,
687
text >= 0.1 && < 1.3,
0 commit comments