Skip to content

Commit d2fda36

Browse files
committed
Relaxed a few version bounds.
1 parent f7af8fe commit d2fda36

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

OpenGL.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,10 @@ library
160160
ghc-options: -Wcompat
161161
build-depends:
162162
base >= 3 && < 5,
163-
bytestring >= 0.9 && < 0.12,
164-
containers >= 0.3 && < 0.7,
165-
text >= 0.1 && < 1.3,
166-
transformers >= 0.2 && < 0.6,
163+
bytestring >= 0.9 && < 0.13,
164+
containers >= 0.3 && < 0.8,
165+
text >= 0.1 && < 2.2,
166+
transformers >= 0.2 && < 0.7,
167167
ObjectName >= 1.1 && < 1.2,
168168
StateVar >= 1.1 && < 1.3,
169169
OpenGLRaw >= 3.0 && < 3.4,

0 commit comments

Comments
 (0)