Skip to content

Commit 57e50c9

Browse files
committed
Relaxed upper version bound for bytestring.
1 parent 6ebcecf commit 57e50c9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
3.3.4.1
2+
-------
3+
* Relaxed upper version bound for `bytestring`.
4+
15
3.3.4.0
26
-------
37
* Updated OpenGL registry to 9b214157e.

OpenGLRaw.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ library
695695
hs-source-dirs: src
696696
build-depends:
697697
base >= 4 && < 5,
698-
bytestring >= 0.9 && < 0.11,
698+
bytestring >= 0.9 && < 0.12,
699699
containers >= 0.3 && < 0.7,
700700
fixed >= 0.2 && < 0.4,
701701
half >= 0.2.2.1 && < 0.4,

0 commit comments

Comments
 (0)