Skip to content

Commit 22c0f81

Browse files
authored
Widen StateVar version bounds
1 parent 70cf8d6 commit 22c0f81

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
@@ -90,7 +90,7 @@ library
9090
array >= 0.3 && < 0.6,
9191
containers >= 0.3 && < 0.7,
9292
transformers >= 0.2 && < 0.6,
93-
StateVar >= 1.1 && < 1.2,
93+
StateVar >= 1.1 && < 1.3,
9494
OpenGL >= 2.12 && < 3.1
9595
default-language: Haskell2010
9696
other-extensions: CPP

0 commit comments

Comments
 (0)