packages feed

OpenGL 3.0.2.1 → 3.0.2.2

raw patch · 2 files changed

+10/−5 lines, 2 filesdep ~containersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: containers

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+3.0.2.2+-------+* Relaxed upper version bound for `containers`.+ 3.0.2.1 ------- * Relaxed upper version bound for `OpenGLRaw`.
OpenGL.cabal view
@@ -1,8 +1,8 @@ name: OpenGL-version: 3.0.2.1+version: 3.0.2.2 synopsis: A binding for the OpenGL graphics system description:-  A Haskell binding for the OpenGL graphics system (GL, version 4.5) and its+  A Haskell binding for the OpenGL graphics system (GL, version 4.6) and its   accompanying utility library (GLU, version 1.3).   .   OpenGL is the industry's most widely used and supported 2D and 3D graphics@@ -25,8 +25,9 @@   GHC == 7.10.3   GHC == 8.0.2   GHC == 8.2.2-  GHC == 8.4.1-  GHC == 8.5.*+  GHC == 8.4.3+  GHC == 8.6.1+  GHC == 8.7.* cabal-version: >= 1.10 extra-source-files:    CHANGELOG.md@@ -160,7 +161,7 @@   build-depends:     base         >= 3   && < 5,     bytestring   >= 0.9 && < 0.11,-    containers   >= 0.3 && < 0.6,+    containers   >= 0.3 && < 0.7,     text         >= 0.1 && < 1.3,     transformers >= 0.2 && < 0.6,     ObjectName   >= 1.1 && < 1.2,