Skip to content

Commit 778f4dc

Browse files
committed
Relaxed upper version bound for OpenGLRaw.
1 parent ea830eb commit 778f4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GLURaw.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ library
4545
build-depends:
4646
base >= 4 && < 5,
4747
transformers >= 0.2 && < 0.5,
48-
OpenGLRaw >= 2.4 && < 2.6
48+
OpenGLRaw >= 2.4 && < 2.7
4949
default-language: Haskell2010
5050
ghc-options: -Wall
5151
other-extensions: CPP

0 commit comments

Comments
 (0)