Skip to content

Commit aa8269f

Browse files
committed
Relaxed build dependencies a bit.
1 parent e9117ed commit aa8269f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GLUT.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ library
163163
build-depends: base >= 3 && < 5, array >= 0.3 && < 0.5, containers >= 0.3 && < 0.6
164164
else
165165
build-depends: base < 3
166-
build-depends: OpenGL == 2.9.*, OpenGLRaw == 1.4.*
166+
build-depends: OpenGL >= 2.8.0.0, OpenGLRaw >= 1.3.0.0
167167
ghc-options: -Wall -O2
168168
if os(windows) && flag(UseNativeWindowsLibraries)
169169
if arch(i386)

0 commit comments

Comments
 (0)