Index: b/OpenGLRaw.cabal
===================================================================
--- a/OpenGLRaw.cabal
+++ b/OpenGLRaw.cabal
@@ -1,5 +1,6 @@
 name: OpenGLRaw
 version: 3.3.4.1
+x-revision: 3
 synopsis: A raw binding for the OpenGL graphics system
 description:
   OpenGLRaw is a raw Haskell binding for the OpenGL 4.6 graphics system and
@@ -695,11 +696,11 @@ library
   hs-source-dirs: src
   build-depends:
     base         >= 4       && < 5,
-    bytestring   >= 0.9     && < 0.12,
-    containers   >= 0.3     && < 0.7,
+    bytestring   >= 0.9     && < 0.13,
+    containers   >= 0.3     && < 0.8,
     fixed        >= 0.2     && < 0.4,
     half         >= 0.2.2.1 && < 0.4,
-    text         >= 0.1     && < 1.3,
+    text         >= 0.1     && < 1.3 || >= 2.0 && < 2.2,
     transformers >= 0.2     && < 0.7
   default-language: Haskell2010
   ghc-options: -Wall
