Skip to content

Commit 85e0535

Browse files
committed
Relaxed GLURaw dependency.
1 parent 80440b3 commit 85e0535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenGL.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ library
154154
ObjectName >= 1.1 && < 1.2,
155155
StateVar >= 1.1 && < 1.2,
156156
OpenGLRaw >= 2.1 && < 2.5,
157-
GLURaw >= 1.3 && < 1.5
157+
GLURaw >= 1.3 && < 1.6
158158
default-language: Haskell2010
159159
other-extensions:
160160
CPP

0 commit comments

Comments
 (0)