Skip to content

Commit 026e9ca

Browse files
authored
Merge pull request #29 from lehins/master
Fix upper bounds for `random`
2 parents f7c53c4 + ffbacdc commit 026e9ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GLUT.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ executable Misc-Triangulate
247247
if !flag(BuildExamples)
248248
buildable: False
249249
main-is: Triangulate.hs
250-
build-depends: base >= 3 && < 5, random >= 1.0 && < 1.2, GLUT
250+
build-depends: base >= 3 && < 5, random >= 1.0 && < 1.3, GLUT
251251
hs-source-dirs: examples/Misc
252252
default-language: Haskell2010
253253
ghc-options: -Wall
@@ -666,7 +666,7 @@ executable RedBook4-PointP
666666
if !flag(BuildExamples)
667667
buildable: False
668668
main-is: PointP.hs
669-
build-depends: base >= 3 && < 5, random >= 1.0 && < 1.2, GLUT
669+
build-depends: base >= 3 && < 5, random >= 1.0 && < 1.3, GLUT
670670
hs-source-dirs: examples/RedBook4
671671
default-language: Haskell2010
672672
ghc-options: -Wall

0 commit comments

Comments
 (0)