Skip to content

Commit 5ae9f31

Browse files
committed
Relaxed upper version bound for bytestring.
1 parent 026e9ca commit 5ae9f31

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
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.16
2+
--------
3+
* Relaxed upper version bounds for `random` and `bytestring`.
4+
15
2.7.0.15
26
--------
37
* Fixed typo in documentation.

GLUT.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ executable Misc-ColorTriangle
202202
buildable: False
203203
main-is: ColorTriangle.hs
204204
other-modules: LoadShaders
205-
build-depends: base >= 3 && < 5, bytestring >= 0.9 && < 0.11, GLUT
205+
build-depends: base >= 3 && < 5, bytestring >= 0.9 && < 0.12, GLUT
206206
hs-source-dirs: examples/Misc/ColorTriangle, examples/RedBook8/common
207207
default-language: Haskell2010
208208
ghc-options: -Wall
@@ -238,7 +238,7 @@ executable Misc-SmoothOpenGL3
238238
if !flag(BuildExamples)
239239
buildable: False
240240
main-is: SmoothOpenGL3.hs
241-
build-depends: base >= 3 && < 5, bytestring >= 0.9 && < 0.11, OpenGLRaw >= 1.0 && < 3.4, GLUT
241+
build-depends: base >= 3 && < 5, bytestring >= 0.9 && < 0.12, OpenGLRaw >= 1.0 && < 3.4, GLUT
242242
hs-source-dirs: examples/Misc
243243
default-language: Haskell2010
244244
ghc-options: -Wall
@@ -256,7 +256,7 @@ executable OrangeBook-Brick
256256
if !flag(BuildExamples)
257257
buildable: False
258258
main-is: Brick.hs
259-
build-depends: base >= 3 && < 5, bytestring >= 0.9 && < 0.11, GLUT
259+
build-depends: base >= 3 && < 5, bytestring >= 0.9 && < 0.12, GLUT
260260
hs-source-dirs: examples/OrangeBook/ogl2brick
261261
default-language: Haskell2010
262262
ghc-options: -Wall
@@ -910,7 +910,7 @@ executable RedBook8-Triangles
910910
buildable: False
911911
main-is: Triangles.hs
912912
other-modules: LoadShaders
913-
build-depends: base >= 3 && < 5, bytestring >= 0.9 && < 0.11, GLUT
913+
build-depends: base >= 3 && < 5, bytestring >= 0.9 && < 0.12, GLUT
914914
hs-source-dirs: examples/RedBook8/Chapter01, examples/RedBook8/common
915915
default-language: Haskell2010
916916
ghc-options: -Wall

0 commit comments

Comments
 (0)