From ffbacdc5b260bcd0166635fc7684472857049e96 Mon Sep 17 00:00:00 2001 From: Alexey Kuleshevich Date: Sat, 5 Dec 2020 21:48:37 +0300 Subject: [PATCH] Fix upper bounds for `random` --- GLUT.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GLUT.cabal b/GLUT.cabal index 248651d..bc5fd6e 100644 --- a/GLUT.cabal +++ b/GLUT.cabal @@ -247,7 +247,7 @@ executable Misc-Triangulate if !flag(BuildExamples) buildable: False main-is: Triangulate.hs - build-depends: base >= 3 && < 5, random >= 1.0 && < 1.2, GLUT + build-depends: base >= 3 && < 5, random >= 1.0 && < 1.3, GLUT hs-source-dirs: examples/Misc default-language: Haskell2010 ghc-options: -Wall @@ -666,7 +666,7 @@ executable RedBook4-PointP if !flag(BuildExamples) buildable: False main-is: PointP.hs - build-depends: base >= 3 && < 5, random >= 1.0 && < 1.2, GLUT + build-depends: base >= 3 && < 5, random >= 1.0 && < 1.3, GLUT hs-source-dirs: examples/RedBook4 default-language: Haskell2010 ghc-options: -Wall