Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions GLUT.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down