packages feed

GLURaw 1.5.0.0 → 1.5.0.1

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~OpenGLRawPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: OpenGLRaw

API changes (from Hackage documentation)

Files

GLURaw.cabal view
@@ -1,5 +1,5 @@ name: GLURaw-version: 1.5.0.0+version: 1.5.0.1 synopsis: A raw binding for the OpenGL graphics system description:   GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility library. It is@@ -45,7 +45,7 @@   build-depends:     base         >= 4   && < 5,     transformers >= 0.2 && < 0.5,-    OpenGLRaw    >= 2.4 && < 2.5+    OpenGLRaw    >= 2.4 && < 2.6   default-language: Haskell2010   ghc-options: -Wall   other-extensions: CPP