File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments