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.
bytestring
1 parent 6ebcecf commit 57e50c9Copy full SHA for 57e50c9
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+3.3.4.1
2
+-------
3
+* Relaxed upper version bound for `bytestring`.
4
+
5
3.3.4.0
6
-------
7
* Updated OpenGL registry to 9b214157e.
OpenGLRaw.cabal
@@ -695,7 +695,7 @@ library
695
hs-source-dirs: src
696
build-depends:
697
base >= 4 && < 5,
698
- bytestring >= 0.9 && < 0.11,
+ bytestring >= 0.9 && < 0.12,
699
containers >= 0.3 && < 0.7,
700
fixed >= 0.2 && < 0.4,
701
half >= 0.2.2.1 && < 0.4,
0 commit comments